Skip to content

Commit 1829177

Browse files
committed
docs(deps[gp-sphinx]) bump 0.0.1a15 → 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 2ce234b commit 1829177

2 files changed

Lines changed: 53 additions & 47 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"gp-sphinx==0.0.1a15",
63-
"sphinx-autodoc-argparse==0.0.1a15",
64-
"sphinx-autodoc-api-style==0.0.1a15",
62+
"gp-sphinx==0.0.1a16.dev4",
63+
"sphinx-autodoc-argparse==0.0.1a16.dev4",
64+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
6565
"gp-libs",
6666
"sphinx-autobuild",
6767
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
docs = [
8686
"aafigure",
8787
"pillow",
88-
"gp-sphinx==0.0.1a15",
89-
"sphinx-autodoc-argparse==0.0.1a15",
90-
"sphinx-autodoc-api-style==0.0.1a15",
88+
"gp-sphinx==0.0.1a16.dev4",
89+
"sphinx-autodoc-argparse==0.0.1a16.dev4",
90+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]
@@ -112,6 +112,13 @@ lint = [
112112
requires = ["hatchling"]
113113
build-backend = "hatchling.build"
114114

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

0 commit comments

Comments
 (0)