Skip to content

Commit 5fbc96b

Browse files
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a10
why: gp-sphinx cut 0.0.1a10 covering the new sphinx-gp-opengraph and sphinx-gp-sitemap workspace packages, register-aware autodoc-docutils discovery, and a multi-round audit pass that fixed sitemap completeness on incremental and parallel builds, OpenGraph HTML escaping, urljoin path-component handling for docs_url with a path, and XHTML void self-close parsing in OG title extraction. Tracking the latest workspace alpha picks up both the new SEO emission and the corrected sitemap behaviour on the next docs build. what: - pyproject.toml: gp-sphinx and any pinned workspace siblings (sphinx-autodoc-*, sphinx-gp-*, sphinx-ux-*, sphinx-fonts) move 0.0.1a9 -> 0.0.1a10 in every dependency group that pins them. - uv.lock refresh deferred to the follow-up exclude-newer-package whitelist commit. Doing the lock there avoids two regenerations and lets uv sync resolve the new line cleanly once the cooldown is bypassed.
1 parent 166ecec commit 5fbc96b

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
@@ -66,9 +66,9 @@ Repository = "https://github.com/cihai/cihai-cli"
6666
[dependency-groups]
6767
dev = [
6868
# Docs
69-
"gp-sphinx==0.0.1a9",
70-
"sphinx-autodoc-argparse==0.0.1a9",
71-
"sphinx-autodoc-api-style==0.0.1a9",
69+
"gp-sphinx==0.0.1a10",
70+
"sphinx-autodoc-argparse==0.0.1a10",
71+
"sphinx-autodoc-api-style==0.0.1a10",
7272
"gp-libs",
7373
"sphinx-autobuild",
7474
# Testing
@@ -93,9 +93,9 @@ dev = [
9393
]
9494

9595
docs = [
96-
"gp-sphinx==0.0.1a9",
97-
"sphinx-autodoc-argparse==0.0.1a9",
98-
"sphinx-autodoc-api-style==0.0.1a9",
96+
"gp-sphinx==0.0.1a10",
97+
"sphinx-autodoc-argparse==0.0.1a10",
98+
"sphinx-autodoc-api-style==0.0.1a10",
9999
"gp-libs",
100100
"sphinx-autobuild",
101101
]

0 commit comments

Comments
 (0)