Skip to content

Commit 1acc1bd

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 4e51b18 commit 1acc1bd

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
@@ -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)