Skip to content

Commit f9e1fd5

Browse files
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a12
why: gp-sphinx cut 0.0.1a12 with a single iOS Safari fix -- the sidebar logo no longer disappears during SPA navigation. The previous order ran the DOM swap before history.pushState, so the new <img src=...> in the sidebar resolved its relative URL against the OLD page's directory and 404'd on every cross-depth navigation. Chromium and Gecko queue <img> URL resolution as an element task and read document.baseURI AFTER pushState fires on the same call stack, so they tolerated the bug. WebKit (iOS Safari) resolves eagerly, and inside document.startViewTransition the failed-load state was then committed into the new snapshot during the cross-fade. Most visible on iPad with Request Desktop Site. Tracking the new alpha picks the fix up on the next docs build at https://libtmux-mcp.git-pull.com/. what: - pyproject.toml: gp-sphinx, sphinx-autodoc-api-style, and sphinx-autodoc-fastmcp all move 0.0.1a11 -> 0.0.1a12 in [dependency-groups] dev and docs. - uv.lock regenerated; gp-sphinx workspace siblings co- resolved to 0.0.1a12.
1 parent 669fbc2 commit f9e1fd5

2 files changed

Lines changed: 43 additions & 43 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.1a11",
60-
"sphinx-autodoc-api-style==0.0.1a11",
61-
"sphinx-autodoc-fastmcp==0.0.1a11",
59+
"gp-sphinx==0.0.1a12",
60+
"sphinx-autodoc-api-style==0.0.1a12",
61+
"sphinx-autodoc-fastmcp==0.0.1a12",
6262
"gp-libs",
6363
"sphinx-autobuild",
6464
# Testing
@@ -82,9 +82,9 @@ dev = [
8282
]
8383

8484
docs = [
85-
"gp-sphinx==0.0.1a11",
86-
"sphinx-autodoc-api-style==0.0.1a11",
87-
"sphinx-autodoc-fastmcp==0.0.1a11",
85+
"gp-sphinx==0.0.1a12",
86+
"sphinx-autodoc-api-style==0.0.1a12",
87+
"sphinx-autodoc-fastmcp==0.0.1a12",
8888
"gp-libs",
8989
"sphinx-autobuild",
9090
]

uv.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)