Skip to content

Commit 68acc20

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 076f830 commit 68acc20

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
@@ -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.1a9",
68-
"sphinx-autodoc-api-style==0.0.1a9",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a9",
67+
"gp-sphinx==0.0.1a10",
68+
"sphinx-autodoc-api-style==0.0.1a10",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a10",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

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

0 commit comments

Comments
 (0)