Skip to content

Commit 5f4441a

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 7160627 commit 5f4441a

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
@@ -52,9 +52,9 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5252
[dependency-groups]
5353
dev = [
5454
# Docs (via gp-sphinx)
55-
"gp-sphinx==0.0.1a26",
56-
"sphinx-autodoc-api-style==0.0.1a26",
57-
"sphinx-autodoc-pytest-fixtures==0.0.1a26",
55+
"gp-sphinx==0.0.1a27",
56+
"sphinx-autodoc-api-style==0.0.1a27",
57+
"sphinx-autodoc-pytest-fixtures==0.0.1a27",
5858
"sphinx-autobuild",
5959
"types-docutils",
6060
# Testing
@@ -75,9 +75,9 @@ dev = [
7575
]
7676

7777
docs = [
78-
"gp-sphinx==0.0.1a26",
79-
"sphinx-autodoc-api-style==0.0.1a26",
80-
"sphinx-autodoc-pytest-fixtures==0.0.1a26",
78+
"gp-sphinx==0.0.1a27",
79+
"sphinx-autodoc-api-style==0.0.1a27",
80+
"sphinx-autodoc-pytest-fixtures==0.0.1a27",
8181
"sphinx-autobuild",
8282
]
8383
testing = [

0 commit comments

Comments
 (0)