Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
_Notes on upcoming releases will be added here_
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### Documentation

- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#542)

## vcspull v1.58.1 (2026-03-29)

### Bug fixes
Expand Down
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
source_branch="master",
light_logo="img/vcspull.svg",
dark_logo="img/vcspull-dark.svg",
extra_extensions=["sphinx_argparse_neo.exemplar"],
extra_extensions=[
"sphinx_autodoc_api_style",
"sphinx_argparse_neo.exemplar",
],
intersphinx_mapping={
"py": ("https://docs.python.org/", None),
"libvcs": ("https://libvcs.git-pull.com/", None),
Expand Down
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ vcspull = "vcspull:cli.cli"
[dependency-groups]
dev = [
# Docs
"gp-sphinx==0.0.1a1",
"sphinx-argparse-neo==0.0.1a1",
"gp-sphinx==0.0.1a7",
"sphinx-argparse-neo==0.0.1a7",
"sphinx-autodoc-api-style==0.0.1a7",
"gp-libs",
"sphinx-autobuild",
# Testing
Expand All @@ -98,8 +99,9 @@ dev = [
]

docs = [
"gp-sphinx==0.0.1a1",
"sphinx-argparse-neo==0.0.1a1",
"gp-sphinx==0.0.1a7",
"sphinx-argparse-neo==0.0.1a7",
"sphinx-autodoc-api-style==0.0.1a7",
"gp-libs",
"sphinx-autobuild",
]
Expand Down
65 changes: 48 additions & 17 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading