Skip to content

Commit 2c8e232

Browse files
committed
chore(docs): bump gp-sphinx pins 0.0.1a7 -> 0.0.1a8
why: Adopt the v0.0.1a8 release of the shared docs platform — argparse domain, CSS namespace unification under gp-sphinx-*, sphinx>=8.1 floor, typed env.domains.* accessors, autodoc layout and badges package renames, py.typed marker for typehints-gp. what: - Bump gp-sphinx and sphinx-autodoc-api-style pins from 0.0.1a7 to 0.0.1a8 across every dependency group - Replace sphinx-argparse-neo==0.0.1a7 with sphinx-autodoc-argparse==0.0.1a8, and update the extension name in docs/conf.py from sphinx_argparse_neo.exemplar to sphinx_autodoc_argparse.exemplar - Refresh uv.lock against the published workspace See also: https://pypi.org/project/gp-sphinx/0.0.1a8/
1 parent cb4dee9 commit 2c8e232

3 files changed

Lines changed: 70 additions & 73 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
extra_extensions=[
3434
"sphinx_autodoc_api_style",
3535
"sphinx.ext.todo",
36-
"sphinx_argparse_neo.exemplar",
36+
"sphinx_autodoc_argparse.exemplar",
3737
],
3838
intersphinx_mapping={
3939
"py": ("https://docs.python.org/", None),

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"gp-sphinx==0.0.1a7",
63-
"sphinx-argparse-neo==0.0.1a7",
64-
"sphinx-autodoc-api-style==0.0.1a7",
62+
"gp-sphinx==0.0.1a8",
63+
"sphinx-autodoc-argparse==0.0.1a8",
64+
"sphinx-autodoc-api-style==0.0.1a8",
6565
"gp-libs",
6666
"sphinx-autobuild",
6767
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
docs = [
8686
"aafigure",
8787
"pillow",
88-
"gp-sphinx==0.0.1a7",
89-
"sphinx-argparse-neo==0.0.1a7",
90-
"sphinx-autodoc-api-style==0.0.1a7",
88+
"gp-sphinx==0.0.1a8",
89+
"sphinx-autodoc-argparse==0.0.1a8",
90+
"sphinx-autodoc-api-style==0.0.1a8",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]

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)