Skip to content

Commit 03adf47

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 5125660 commit 03adf47

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
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a13",
68-
"sphinx-autodoc-api-style==0.0.1a13",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a13",
67+
"gp-sphinx==0.0.1a16.dev4",
68+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a16.dev4",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a13",
89-
"sphinx-autodoc-api-style==0.0.1a13",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a13",
88+
"gp-sphinx==0.0.1a16.dev4",
89+
"sphinx-autodoc-api-style==0.0.1a16.dev4",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a16.dev4",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]
@@ -115,6 +115,13 @@ libvcs = "libvcs.pytest_plugin"
115115
requires = ["hatchling"]
116116
build-backend = "hatchling.build"
117117

118+
[tool.uv]
119+
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a16.devN
120+
# pre-release track until the sphinx-vite-builder integration is
121+
# proven end-to-end. uv otherwise refuses to resolve `*.dev4`
122+
# markers without this allow.
123+
prerelease = "allow"
124+
118125
[tool.uv.exclude-newer-package]
119126
# git-pull packages release in lockstep with their workspaces, so a
120127
# fresh release blocking on the 3-day cooldown blocks every
@@ -125,7 +132,6 @@ build-backend = "hatchling.build"
125132
gp-libs = false
126133
gp-furo-theme = false
127134
gp-sphinx = false
128-
gp-sphinx-vite = false
129135
sphinx-autodoc-api-style = false
130136
sphinx-autodoc-argparse = false
131137
sphinx-autodoc-docutils = false

0 commit comments

Comments
 (0)