Skip to content

Commit 8632e18

Browse files
committed
py(deps[dev]): Add sphinx-autodoc-api-style, bump gp-sphinx packages to 0.0.1a5
why: Align docs dependencies with latest gp-sphinx workspace releases. what: - Pin sphinx-autodoc-api-style and bump gp-sphinx packages to 0.0.1a5 - Regenerate uv.lock
1 parent 2c25030 commit 8632e18

File tree

2 files changed

+39
-20
lines changed

2 files changed

+39
-20
lines changed

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)