Skip to content

Commit 13a5fd1

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 line from [tool.uv.exclude-newer-package]
1 parent 0735f59 commit 13a5fd1

2 files changed

Lines changed: 48 additions & 42 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Repository = "https://github.com/cihai/cihai"
6565
[dependency-groups]
6666
dev = [
6767
# Docs
68-
"gp-sphinx==0.0.1a13",
69-
"sphinx-autodoc-api-style==0.0.1a13",
68+
"gp-sphinx==0.0.1a16.dev4",
69+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -89,8 +89,8 @@ dev = [
8989
]
9090

9191
docs = [
92-
"gp-sphinx==0.0.1a13",
93-
"sphinx-autodoc-api-style==0.0.1a13",
92+
"gp-sphinx==0.0.1a16.dev4",
93+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
9494
"gp-libs",
9595
"sphinx-autobuild",
9696
]
@@ -120,6 +120,13 @@ typings = [
120120
requires = ["hatchling"]
121121
build-backend = "hatchling.build"
122122

123+
[tool.uv]
124+
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a16.devN
125+
# pre-release track until the sphinx-vite-builder integration is
126+
# proven end-to-end. uv otherwise refuses to resolve `*.dev4`
127+
# markers without this allow.
128+
prerelease = "allow"
129+
123130
[tool.uv.exclude-newer-package]
124131
# git-pull packages release in lockstep with their workspaces, so a
125132
# fresh release blocking on the 3-day cooldown blocks every
@@ -130,7 +137,6 @@ build-backend = "hatchling.build"
130137
gp-libs = false
131138
gp-furo-theme = false
132139
gp-sphinx = false
133-
gp-sphinx-vite = false
134140
sphinx-autodoc-api-style = false
135141
sphinx-autodoc-argparse = false
136142
sphinx-autodoc-docutils = false

uv.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)