Skip to content

Commit 09ca30a

Browse files
committed
docs(deps[gp-sphinx]) bump 0.0.1a13 → 0.0.1a16.dev4
why: gp-sphinx 0.0.1a16.dev4 ships the sphinx-vite-builder consolidation (PR git-pull/gp-sphinx#29). The new package replaces gp-sphinx-vite, fixes the unstyled-wheel bug from a15, and adds a hatchling build-hook variant alongside the existing PEP 517 backend. what: - bump every gp-sphinx workspace pin in pyproject.toml + uv.lock - add [tool.uv].prerelease = "allow" so uv resolves the *.dev4 pins - drop legacy gp-sphinx-vite references (the package no longer exists)
1 parent 8f1e9f8 commit 09ca30a

2 files changed

Lines changed: 55 additions & 49 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ libtmux-mcp = "libtmux_mcp:main"
5656
[dependency-groups]
5757
dev = [
5858
# Docs
59-
"gp-sphinx==0.0.1a13",
60-
"sphinx-autodoc-api-style==0.0.1a13",
61-
"sphinx-autodoc-fastmcp==0.0.1a13",
59+
"gp-sphinx==0.0.1a16.dev4",
60+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
61+
"sphinx-autodoc-fastmcp==0.0.1a16.dev4",
6262
"gp-libs",
6363
"sphinx-autobuild",
6464
# Testing
@@ -82,9 +82,9 @@ dev = [
8282
]
8383

8484
docs = [
85-
"gp-sphinx==0.0.1a13",
86-
"sphinx-autodoc-api-style==0.0.1a13",
87-
"sphinx-autodoc-fastmcp==0.0.1a13",
85+
"gp-sphinx==0.0.1a16.dev4",
86+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
87+
"sphinx-autodoc-fastmcp==0.0.1a16.dev4",
8888
"gp-libs",
8989
"sphinx-autobuild",
9090
]
@@ -111,6 +111,13 @@ lint = [
111111
requires = ["hatchling"]
112112
build-backend = "hatchling.build"
113113

114+
[tool.uv]
115+
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a16.devN
116+
# pre-release track until the sphinx-vite-builder integration is
117+
# proven end-to-end. uv otherwise refuses to resolve `*.dev4`
118+
# markers without this allow.
119+
prerelease = "allow"
120+
114121
[tool.uv.exclude-newer-package]
115122
# git-pull packages release in lockstep with their workspaces, so a
116123
# fresh release blocking on the 3-day cooldown blocks every
@@ -121,7 +128,6 @@ build-backend = "hatchling.build"
121128
gp-libs = false
122129
gp-furo-theme = false
123130
gp-sphinx = false
124-
gp-sphinx-vite = false
125131
sphinx-autodoc-api-style = false
126132
sphinx-autodoc-argparse = false
127133
sphinx-autodoc-docutils = false

0 commit comments

Comments
 (0)