Skip to content

Commit f6bebf1

Browse files
authored
docs(gp-sphinx) Bump gp-sphinx to v0.0.1a8 (#545)
Adopt gp-sphinx v0.0.1a8: ArgparseDomain, gp-sphinx-* CSS namespace, sphinx>=8.1 floor, typed env.domains.* accessors, and package renames (sphinx-autodoc-layout → sphinx-ux-autodoc-layout, sphinx-autodoc-badges → sphinx-ux-badges). Also renames sphinx-argparse-neo==0.0.1a7 → sphinx-autodoc-argparse==0.0.1a8 (extension path updated in docs/conf.py). See also: https://pypi.org/project/gp-sphinx/0.0.1a8/
2 parents 4e51b18 + a6f68f8 commit f6bebf1

4 files changed

Lines changed: 71 additions & 73 deletions

File tree

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ _Notes on upcoming releases will be added here_
4040
### Documentation
4141

4242
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#542)
43+
- Bump gp-sphinx docs stack to v0.0.1a8 (#545)
4344

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
dark_logo="img/vcspull-dark.svg",
3838
extra_extensions=[
3939
"sphinx_autodoc_api_style",
40-
"sphinx_argparse_neo.exemplar",
40+
"sphinx_autodoc_argparse.exemplar",
4141
],
4242
intersphinx_mapping={
4343
"py": ("https://docs.python.org/", None),

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ vcspull = "vcspull:cli.cli"
7070
[dependency-groups]
7171
dev = [
7272
# Docs
73-
"gp-sphinx==0.0.1a7",
74-
"sphinx-argparse-neo==0.0.1a7",
75-
"sphinx-autodoc-api-style==0.0.1a7",
73+
"gp-sphinx==0.0.1a8",
74+
"sphinx-autodoc-argparse==0.0.1a8",
75+
"sphinx-autodoc-api-style==0.0.1a8",
7676
"gp-libs",
7777
"sphinx-autobuild",
7878
# Testing
@@ -99,9 +99,9 @@ dev = [
9999
]
100100

101101
docs = [
102-
"gp-sphinx==0.0.1a7",
103-
"sphinx-argparse-neo==0.0.1a7",
104-
"sphinx-autodoc-api-style==0.0.1a7",
102+
"gp-sphinx==0.0.1a8",
103+
"sphinx-autodoc-argparse==0.0.1a8",
104+
"sphinx-autodoc-api-style==0.0.1a8",
105105
"gp-libs",
106106
"sphinx-autobuild",
107107
]

uv.lock

Lines changed: 63 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)