Skip to content

Commit fc74716

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 b92290f commit fc74716

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
@@ -59,9 +59,9 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"gp-sphinx==0.0.1a26",
63-
"sphinx-autodoc-argparse==0.0.1a26",
64-
"sphinx-autodoc-api-style==0.0.1a26",
62+
"gp-sphinx==0.0.1a27",
63+
"sphinx-autodoc-argparse==0.0.1a27",
64+
"sphinx-autodoc-api-style==0.0.1a27",
6565
"gp-libs",
6666
"sphinx-autobuild",
6767
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
docs = [
8686
"aafigure",
8787
"pillow",
88-
"gp-sphinx==0.0.1a26",
89-
"sphinx-autodoc-argparse==0.0.1a26",
90-
"sphinx-autodoc-api-style==0.0.1a26",
88+
"gp-sphinx==0.0.1a27",
89+
"sphinx-autodoc-argparse==0.0.1a27",
90+
"sphinx-autodoc-api-style==0.0.1a27",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]

0 commit comments

Comments
 (0)