Skip to content

Commit 929462f

Browse files
committed
py(deps[docs]) gp-sphinx 0.0.1a28 → 0.0.1a29
why: pick up gp-sphinx 0.0.1a29 — component autodoc for the docutils and Sphinx extension family, cross-reference roles, and linked facts. what: - Bump gp-sphinx pin 0.0.1a28 → 0.0.1a29 (dev + docs groups) - Relock
1 parent 93d2efe commit 929462f

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 6 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.1a28",
56-
"sphinx-autodoc-api-style==0.0.1a28",
57-
"sphinx-autodoc-pytest-fixtures==0.0.1a28",
55+
"gp-sphinx==0.0.1a29",
56+
"sphinx-autodoc-api-style==0.0.1a29",
57+
"sphinx-autodoc-pytest-fixtures==0.0.1a29",
5858
"sphinx-autobuild",
5959
"types-docutils",
6060
# Testing
@@ -75,9 +75,9 @@ dev = [
7575
]
7676

7777
docs = [
78-
"gp-sphinx==0.0.1a28",
79-
"sphinx-autodoc-api-style==0.0.1a28",
80-
"sphinx-autodoc-pytest-fixtures==0.0.1a28",
78+
"gp-sphinx==0.0.1a29",
79+
"sphinx-autodoc-api-style==0.0.1a29",
80+
"sphinx-autodoc-pytest-fixtures==0.0.1a29",
8181
"sphinx-autobuild",
8282
]
8383
testing = [

0 commit comments

Comments
 (0)