Skip to content

Commit cdef2e7

Browse files
committed
py(deps) Bump gp-sphinx workspace pins to 0.0.1a10
why: gp-sphinx cut 0.0.1a10 covering the merged seo-packages PR (sphinx-gp-opengraph + sphinx-gp-sitemap, register-aware autodoc-docutils discovery, post-audit bug fixes). libtmux-mcp should track the latest workspace alpha so its docs build picks up the SEO emission and the corrected sitemap behaviour. what: - pyproject.toml: gp-sphinx, sphinx-autodoc-api-style, sphinx-autodoc-fastmcp pins move 0.0.1a9 → 0.0.1a10 in both the main and dev dependency groups. - uv.lock refresh is deferred until 0.0.1a10 publishes to PyPI. The lock currently resolves the 0.0.1a9 line, which is what ``uv sync --locked`` will install until the next ``uv lock`` follow-up.
1 parent 62a7030 commit cdef2e7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ libtmux-mcp = "libtmux_mcp:main"
5656
[dependency-groups]
5757
dev = [
5858
# Docs
59-
"gp-sphinx==0.0.1a9",
60-
"sphinx-autodoc-api-style==0.0.1a9",
61-
"sphinx-autodoc-fastmcp==0.0.1a9",
59+
"gp-sphinx==0.0.1a10",
60+
"sphinx-autodoc-api-style==0.0.1a10",
61+
"sphinx-autodoc-fastmcp==0.0.1a10",
6262
"gp-libs",
6363
"sphinx-autobuild",
6464
# Testing
@@ -80,9 +80,9 @@ dev = [
8080
]
8181

8282
docs = [
83-
"gp-sphinx==0.0.1a9",
84-
"sphinx-autodoc-api-style==0.0.1a9",
85-
"sphinx-autodoc-fastmcp==0.0.1a9",
83+
"gp-sphinx==0.0.1a10",
84+
"sphinx-autodoc-api-style==0.0.1a10",
85+
"sphinx-autodoc-fastmcp==0.0.1a10",
8686
"gp-libs",
8787
"sphinx-autobuild",
8888
]

0 commit comments

Comments
 (0)