Skip to content

Commit 15f7d74

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 2851da7 commit 15f7d74

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
@@ -52,9 +52,9 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5252
[dependency-groups]
5353
dev = [
5454
# Docs (via gp-sphinx)
55-
"gp-sphinx==0.0.1a9",
56-
"sphinx-autodoc-api-style==0.0.1a9",
57-
"sphinx-autodoc-pytest-fixtures==0.0.1a9",
55+
"gp-sphinx==0.0.1a10",
56+
"sphinx-autodoc-api-style==0.0.1a10",
57+
"sphinx-autodoc-pytest-fixtures==0.0.1a10",
5858
"sphinx-autobuild",
5959
"types-docutils",
6060
# Testing
@@ -75,9 +75,9 @@ dev = [
7575
]
7676

7777
docs = [
78-
"gp-sphinx==0.0.1a9",
79-
"sphinx-autodoc-api-style==0.0.1a9",
80-
"sphinx-autodoc-pytest-fixtures==0.0.1a9",
78+
"gp-sphinx==0.0.1a10",
79+
"sphinx-autodoc-api-style==0.0.1a10",
80+
"sphinx-autodoc-pytest-fixtures==0.0.1a10",
8181
"sphinx-autobuild",
8282
]
8383
testing = [

0 commit comments

Comments
 (0)