Skip to content

Commit 9d9e4d6

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://libvcs.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-pytest-fixtures 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 d9391c3 commit 9d9e4d6

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a10",
68-
"sphinx-autodoc-api-style==0.0.1a10",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a10",
67+
"gp-sphinx==0.0.1a11",
68+
"sphinx-autodoc-api-style==0.0.1a11",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a11",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a10",
89-
"sphinx-autodoc-api-style==0.0.1a10",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a10",
88+
"gp-sphinx==0.0.1a11",
89+
"sphinx-autodoc-api-style==0.0.1a11",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a11",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]

uv.lock

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

0 commit comments

Comments
 (0)