Skip to content

Commit 1ae1b6a

Browse files
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a11
why: gp-sphinx cut 0.0.1a11 covering a theme-flicker fix that addresses three independent failure modes on Furo + Cloudflare deploys. (1) Flash of the wrong colour scheme on initial load when localStorage.theme and OS prefers-color-scheme disagree. (2) Toggle-icon "pop-in" mid-load caused by furo.js being deferred by Cloudflare Rocket Loader, leaving <html class="no-js"> on the page and the .theme-toggle-container hidden until furo.js eventually ran. (3) Animated mid-blend on .sig and dl.py headers during runtime theme toggle, from CSS transitions on background-on-hover that also ran on every CSS-variable swap. Tracking the new alpha picks all three fixes up on the next docs build at https://libtmux-mcp.git-pull.com/. See git-pull/gp-sphinx#23 for the source-side detail. what: - pyproject.toml: gp-sphinx, sphinx-autodoc-api-style, and sphinx-autodoc-fastmcp all move 0.0.1a10 -> 0.0.1a11 in every dependency group that pins them (one row in [project.optional-dependencies], one row in [dependency-groups] per package). - uv.lock regenerated against the new pins; gp-sphinx workspace siblings co-resolved to 0.0.1a11.
1 parent 6534251 commit 1ae1b6a

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

8484
docs = [
85-
"gp-sphinx==0.0.1a10",
86-
"sphinx-autodoc-api-style==0.0.1a10",
87-
"sphinx-autodoc-fastmcp==0.0.1a10",
85+
"gp-sphinx==0.0.1a11",
86+
"sphinx-autodoc-api-style==0.0.1a11",
87+
"sphinx-autodoc-fastmcp==0.0.1a11",
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)