Skip to content

Commit 75a1bed

Browse files
committed
docs(deps[gp-sphinx]) bump 0.0.1a17 → 0.0.1a18.dev0
why: gp-sphinx 0.0.1a18.dev0 ships the curated autodoc rendering work from PR git-pull/gp-sphinx#36 — default-value source text, identifier cross-references in parameter signatures, canonical field-list xrefs, responsive autodoc layout, and a workspace-wide linkcode_resolve factory. what: - bump every gp-sphinx workspace pin in pyproject.toml + uv.lock - add [tool.uv].prerelease = "allow" so uv resolves the *.dev0 pins
1 parent ce17e34 commit 75a1bed

2 files changed

Lines changed: 54 additions & 46 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 6 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.1a17",
68-
"sphinx-autodoc-api-style==0.0.1a17",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a17",
67+
"gp-sphinx==0.0.1a18.dev0",
68+
"sphinx-autodoc-api-style==0.0.1a18.dev0",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a17",
89-
"sphinx-autodoc-api-style==0.0.1a17",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a17",
88+
"gp-sphinx==0.0.1a18.dev0",
89+
"sphinx-autodoc-api-style==0.0.1a18.dev0",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
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.1a18.devN
120+
# pre-release track until PR git-pull/gp-sphinx#36 is proven
121+
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
122+
# 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

0 commit comments

Comments
 (0)