Skip to content

Commit 87edfa3

Browse files
committed
py(deps[docs]) gp-sphinx 0.0.1a26 → 0.0.1a27
why: gp-sphinx 0.0.1a27 fixes duplicate HTML IDs when a page heading slug matches a fastmcp tool's bare cross-reference alias — tool cards keep a single canonical fastmcp-tool-<slug> anchor and tool links land on the card instead of the page heading. what: - Bump gp-sphinx and sibling workspace pins 0.0.1a26 → 0.0.1a27 - Regenerate uv.lock
1 parent 2a4146a commit 87edfa3

2 files changed

Lines changed: 49 additions & 49 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.1a26",
68-
"sphinx-autodoc-api-style==0.0.1a26",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a26",
67+
"gp-sphinx==0.0.1a27",
68+
"sphinx-autodoc-api-style==0.0.1a27",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a27",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a26",
89-
"sphinx-autodoc-api-style==0.0.1a26",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a26",
88+
"gp-sphinx==0.0.1a27",
89+
"sphinx-autodoc-api-style==0.0.1a27",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a27",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]

0 commit comments

Comments
 (0)