Skip to content

Commit fc0d9a5

Browse files
committed
py(deps): gp-sphinx 0.0.1a6 -> 0.0.1a7
why: Pick up the sphinx-argparse-neo multi-page duplicate-label scoping fix landed in gp-sphinx PR #16 so docs builds on this branch emit fewer duplicate label warnings. what: - Bump gp-sphinx and sibling package pins from 0.0.1a6 to 0.0.1a7 - Regenerate uv.lock
1 parent c6376e3 commit fc0d9a5

2 files changed

Lines changed: 30 additions & 36 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Repository = "https://github.com/cihai/cihai-cli"
6666
[dependency-groups]
6767
dev = [
6868
# Docs
69-
"gp-sphinx==0.0.1a6",
70-
"sphinx-argparse-neo==0.0.1a6",
71-
"sphinx-autodoc-api-style==0.0.1a6",
69+
"gp-sphinx==0.0.1a7",
70+
"sphinx-argparse-neo==0.0.1a7",
71+
"sphinx-autodoc-api-style==0.0.1a7",
7272
"gp-libs",
7373
"sphinx-autobuild",
7474
# Testing
@@ -93,9 +93,9 @@ dev = [
9393
]
9494

9595
docs = [
96-
"gp-sphinx==0.0.1a6",
97-
"sphinx-argparse-neo==0.0.1a6",
98-
"sphinx-autodoc-api-style==0.0.1a6",
96+
"gp-sphinx==0.0.1a7",
97+
"sphinx-argparse-neo==0.0.1a7",
98+
"sphinx-autodoc-api-style==0.0.1a7",
9999
"gp-libs",
100100
"sphinx-autobuild",
101101
]

0 commit comments

Comments
 (0)