Skip to content

Commit 24af0a5

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 e498d50 commit 24af0a5

File tree

3 files changed

+44
-22
lines changed

3 files changed

+44
-22
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
source_branch="master",
3636
light_logo="img/vcspull.svg",
3737
dark_logo="img/vcspull-dark.svg",
38-
extra_extensions=["sphinx_argparse_neo.exemplar"],
38+
extra_extensions=[
39+
"sphinx_autodoc_api_style",
40+
"sphinx_argparse_neo.exemplar",
41+
],
3942
intersphinx_mapping={
4043
"py": ("https://docs.python.org/", None),
4144
"libvcs": ("https://libvcs.git-pull.com/", None),

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ vcspull = "vcspull:cli.cli"
7070
[dependency-groups]
7171
dev = [
7272
# Docs
73-
"gp-sphinx==0.0.1a1",
74-
"sphinx-argparse-neo==0.0.1a1",
73+
"gp-sphinx==0.0.1a5",
74+
"sphinx-argparse-neo==0.0.1a5",
75+
"sphinx-autodoc-api-style==0.0.1a5",
7576
"gp-libs",
7677
"sphinx-autobuild",
7778
# Testing
@@ -98,8 +99,9 @@ dev = [
9899
]
99100

100101
docs = [
101-
"gp-sphinx==0.0.1a1",
102-
"sphinx-argparse-neo==0.0.1a1",
102+
"gp-sphinx==0.0.1a5",
103+
"sphinx-argparse-neo==0.0.1a5",
104+
"sphinx-autodoc-api-style==0.0.1a5",
103105
"gp-libs",
104106
"sphinx-autobuild",
105107
]

uv.lock

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

0 commit comments

Comments
 (0)