Skip to content

Commit 48a17c8

Browse files
committed
release(deps[gp-sphinx]) bump 0.0.1a18.dev0 → 0.0.1a18
why: gp-sphinx 0.0.1a18 is now live on PyPI with the curated autodoc rendering work from PR git-pull/gp-sphinx#36 (merged to main). The dev0 scaffolding can come out. what: - bump every gp-sphinx workspace pin from 0.0.1a18.dev0 to 0.0.1a18 - remove [tool.uv].prerelease = "allow" — no longer needed now that the dev marker is gone
1 parent 9fbc9ab commit 48a17c8

2 files changed

Lines changed: 142 additions & 111 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 13 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.1a18.dev0",
63-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
64-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
62+
"gp-sphinx==0.0.1a18",
63+
"sphinx-autodoc-argparse==0.0.1a18",
64+
"sphinx-autodoc-api-style==0.0.1a18",
6565
"gp-libs",
6666
"sphinx-autobuild",
6767
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
docs = [
8686
"aafigure",
8787
"pillow",
88-
"gp-sphinx==0.0.1a18.dev0",
89-
"sphinx-autodoc-argparse==0.0.1a18.dev0",
90-
"sphinx-autodoc-api-style==0.0.1a18.dev0",
88+
"gp-sphinx==0.0.1a18",
89+
"sphinx-autodoc-argparse==0.0.1a18",
90+
"sphinx-autodoc-api-style==0.0.1a18",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]
@@ -112,13 +112,6 @@ 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.1a18.devN
117-
# pre-release track until PR git-pull/gp-sphinx#36 is proven
118-
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
119-
# without this allow.
120-
prerelease = "allow"
121-
122115
[tool.uv.exclude-newer-package]
123116
# git-pull packages release in lockstep with their workspaces, so a
124117
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)