Skip to content

Commit bf784f9

Browse files
committed
style(deps[docs]): Integrate sphinx-autodoc-api-style, bump gp-sphinx packages to 0.0.1a5
why: Align docs stack with latest gp-sphinx workspace releases and enable API badges what: - Pin gp-sphinx, sphinx-argparse-neo, and sphinx-autodoc-api-style to 0.0.1a5 - Register sphinx_autodoc_api_style in docs/conf.py extra_extensions - Regenerate uv.lock
1 parent a9696cf commit bf784f9

File tree

3 files changed

+44
-21
lines changed

3 files changed

+44
-21
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
source_branch="master",
3131
light_logo="img/g.svg",
3232
dark_logo="img/g-dark.svg",
33-
extra_extensions=["sphinx.ext.todo", "sphinx_argparse_neo.exemplar"],
33+
extra_extensions=[
34+
"sphinx_autodoc_api_style",
35+
"sphinx.ext.todo",
36+
"sphinx_argparse_neo.exemplar",
37+
],
3438
intersphinx_mapping={
3539
"py": ("https://docs.python.org/", None),
3640
"libvcs": ("http://libvcs.git-pull.com/", None),

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"gp-sphinx==0.0.1a1",
63-
"sphinx-argparse-neo==0.0.1a1",
62+
"gp-sphinx==0.0.1a5",
63+
"sphinx-argparse-neo==0.0.1a5",
64+
"sphinx-autodoc-api-style==0.0.1a5",
6465
"gp-libs",
6566
"sphinx-autobuild",
6667
# Testing
@@ -84,8 +85,9 @@ dev = [
8485
docs = [
8586
"aafigure",
8687
"pillow",
87-
"gp-sphinx==0.0.1a1",
88-
"sphinx-argparse-neo==0.0.1a1",
88+
"gp-sphinx==0.0.1a5",
89+
"sphinx-argparse-neo==0.0.1a5",
90+
"sphinx-autodoc-api-style==0.0.1a5",
8991
"gp-libs",
9092
"sphinx-autobuild",
9193
]

uv.lock

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

0 commit comments

Comments
 (0)