Skip to content

Commit 9706eb8

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 be21aee commit 9706eb8

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
@@ -52,9 +52,9 @@ Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5252
[dependency-groups]
5353
dev = [
5454
# Docs (via gp-sphinx)
55-
"gp-sphinx==0.0.1a17",
56-
"sphinx-autodoc-api-style==0.0.1a17",
57-
"sphinx-autodoc-pytest-fixtures==0.0.1a17",
55+
"gp-sphinx==0.0.1a18.dev0",
56+
"sphinx-autodoc-api-style==0.0.1a18.dev0",
57+
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
5858
"sphinx-autobuild",
5959
"types-docutils",
6060
# Testing
@@ -75,9 +75,9 @@ dev = [
7575
]
7676

7777
docs = [
78-
"gp-sphinx==0.0.1a17",
79-
"sphinx-autodoc-api-style==0.0.1a17",
80-
"sphinx-autodoc-pytest-fixtures==0.0.1a17",
78+
"gp-sphinx==0.0.1a18.dev0",
79+
"sphinx-autodoc-api-style==0.0.1a18.dev0",
80+
"sphinx-autodoc-pytest-fixtures==0.0.1a18.dev0",
8181
"sphinx-autobuild",
8282
]
8383
testing = [
@@ -106,6 +106,13 @@ libtmux = "libtmux.pytest_plugin"
106106
requires = ["hatchling"]
107107
build-backend = "hatchling.build"
108108

109+
[tool.uv]
110+
# `[DO NOT MERGE]`: gp-sphinx workspace ships on the 0.0.1a18.devN
111+
# pre-release track until PR git-pull/gp-sphinx#36 is proven
112+
# end-to-end. uv otherwise refuses to resolve `*.dev0` markers
113+
# without this allow.
114+
prerelease = "allow"
115+
109116
[tool.uv.exclude-newer-package]
110117
# git-pull packages release in lockstep with their workspaces, so a
111118
# fresh release blocking on the 3-day cooldown blocks every

0 commit comments

Comments
 (0)