Skip to content

Commit e6f7cb4

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 217358b commit e6f7cb4

3 files changed

Lines changed: 49 additions & 21 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
source_branch="master",
3131
light_logo="img/cihai.svg",
3232
dark_logo="img/cihai.svg",
33-
extra_extensions=["sphinx_argparse_neo.exemplar"],
33+
extra_extensions=[
34+
"sphinx_autodoc_api_style",
35+
"sphinx_argparse_neo.exemplar",
36+
],
3437
intersphinx_mapping={
3538
"python": ("http://docs.python.org/", None),
3639
"sphinx": ("http://www.sphinx-doc.org/en/stable/", None),

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Repository = "https://github.com/cihai/cihai-cli"
6666
[dependency-groups]
6767
dev = [
6868
# Docs
69-
"gp-sphinx==0.0.1a1",
70-
"sphinx-argparse-neo==0.0.1a1",
69+
"gp-sphinx==0.0.1a5",
70+
"sphinx-argparse-neo==0.0.1a5",
71+
"sphinx-autodoc-api-style==0.0.1a5",
7172
"gp-libs",
7273
"sphinx-autobuild",
7374
# Testing
@@ -92,8 +93,9 @@ dev = [
9293
]
9394

9495
docs = [
95-
"gp-sphinx==0.0.1a1",
96-
"sphinx-argparse-neo==0.0.1a1",
96+
"gp-sphinx==0.0.1a5",
97+
"sphinx-argparse-neo==0.0.1a5",
98+
"sphinx-autodoc-api-style==0.0.1a5",
9799
"gp-libs",
98100
"sphinx-autobuild",
99101
]

0 commit comments

Comments
 (0)