Skip to content

Commit 742cc95

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 51d9365 commit 742cc95

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
@@ -57,9 +57,9 @@ dev = [
5757
# Docs
5858
"aafigure", # https://launchpad.net/aafigure
5959
"pillow", # https://pillow.readthedocs.io/
60-
"gp-sphinx==0.0.1a9", # https://gp-sphinx.git-pull.com/
61-
"sphinx-autodoc-argparse==0.0.1a9", # https://gp-sphinx.git-pull.com/
62-
"sphinx-autodoc-api-style==0.0.1a9",
60+
"gp-sphinx==0.0.1a10", # https://gp-sphinx.git-pull.com/
61+
"sphinx-autodoc-argparse==0.0.1a10", # https://gp-sphinx.git-pull.com/
62+
"sphinx-autodoc-api-style==0.0.1a10",
6363
"gp-libs", # https://gp-libs.git-pull.com/
6464
"sphinx-autobuild", # https://sphinx-extensions.readthedocs.io/en/latest/sphinx-autobuild.html
6565
# Testing
@@ -83,9 +83,9 @@ dev = [
8383
docs = [
8484
"aafigure", # https://launchpad.net/aafigure
8585
"pillow", # https://pillow.readthedocs.io/
86-
"gp-sphinx==0.0.1a9", # https://gp-sphinx.git-pull.com/
87-
"sphinx-autodoc-argparse==0.0.1a9", # https://gp-sphinx.git-pull.com/
88-
"sphinx-autodoc-api-style==0.0.1a9",
86+
"gp-sphinx==0.0.1a10", # https://gp-sphinx.git-pull.com/
87+
"sphinx-autodoc-argparse==0.0.1a10", # https://gp-sphinx.git-pull.com/
88+
"sphinx-autodoc-api-style==0.0.1a10",
8989
"gp-libs", # https://gp-libs.git-pull.com/
9090
"sphinx-autobuild", # https://sphinx-extensions.readthedocs.io/en/latest/sphinx-autobuild.html
9191
]

0 commit comments

Comments
 (0)