Skip to content

Commit 4085b22

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-autodoc-api-style, and sphinx-autodoc-pytest-fixtures to 0.0.1a5 - Register sphinx_autodoc_api_style in docs/conf.py extra_extensions - Regenerate uv.lock
1 parent 691e3ed commit 4085b22

File tree

3 files changed

+40
-20
lines changed

3 files changed

+40
-20
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
light_logo="img/libvcs.svg",
4040
dark_logo="img/libvcs-dark.svg",
4141
extra_extensions=[
42+
"sphinx_autodoc_api_style",
4243
"sphinx.ext.todo",
4344
"sphinx_autodoc_pytest_fixtures",
4445
],

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a3",
68-
"sphinx-autodoc-pytest-fixtures==0.0.1a3",
67+
"gp-sphinx==0.0.1a5",
68+
"sphinx-autodoc-api-style==0.0.1a5",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a5",
6970
"gp-libs",
7071
"sphinx-autobuild",
7172
# Testing
@@ -84,8 +85,9 @@ dev = [
8485
]
8586

8687
docs = [
87-
"gp-sphinx==0.0.1a3",
88-
"sphinx-autodoc-pytest-fixtures==0.0.1a3",
88+
"gp-sphinx==0.0.1a5",
89+
"sphinx-autodoc-api-style==0.0.1a5",
90+
"sphinx-autodoc-pytest-fixtures==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)