Skip to content

Commit 2c8ca88

Browse files
committed
py(deps[docs]) gp-sphinx 0.0.1a33 → 0.0.1a34
why: pick up the latest gp-sphinx docs stack — hidden +HIDE doctest setup and the sphinx-autodoc-api-style duplicate-modifier fix. what: - Bump gp-sphinx and sibling workspace pins 0.0.1a33 → 0.0.1a34 - Relock uv.lock
1 parent c43ca73 commit 2c8ca88

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a33",
68-
"sphinx-autodoc-api-style==0.0.1a33",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a33",
67+
"gp-sphinx==0.0.1a34",
68+
"sphinx-autodoc-api-style==0.0.1a34",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a34",
7070
"gp-libs>=0.0.18",
7171
"sphinx-autobuild",
7272
# Testing
@@ -86,9 +86,9 @@ dev = [
8686
]
8787

8888
docs = [
89-
"gp-sphinx==0.0.1a33",
90-
"sphinx-autodoc-api-style==0.0.1a33",
91-
"sphinx-autodoc-pytest-fixtures==0.0.1a33",
89+
"gp-sphinx==0.0.1a34",
90+
"sphinx-autodoc-api-style==0.0.1a34",
91+
"sphinx-autodoc-pytest-fixtures==0.0.1a34",
9292
"gp-libs>=0.0.18",
9393
"sphinx-autobuild",
9494
]

0 commit comments

Comments
 (0)