Skip to content

Commit 7efe776

Browse files
committed
style(deps[docs]): Bump gp-sphinx packages to 0.0.1a5
why: Align pinned docs dependencies with latest PyPI gp-sphinx workspace releases what: - Pin gp-sphinx, sphinx-autodoc-api-style, and sphinx-autodoc-pytest-fixtures to 0.0.1a5 - Regenerate uv.lock (path overrides unchanged)
1 parent 7bdca4a commit 7efe776

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

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

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)