Skip to content

Commit 3b88ab9

Browse files
authored
docs(gp-sphinx) Bump gp-sphinx to v0.0.1a8 (#659)
Adopt gp-sphinx v0.0.1a8: ArgparseDomain, gp-sphinx-* CSS namespace, sphinx>=8.1 floor, typed env.domains.* accessors, and package renames (sphinx-autodoc-layout → sphinx-ux-autodoc-layout, sphinx-autodoc-badges → sphinx-ux-badges). See also: https://pypi.org/project/gp-sphinx/0.0.1a8/
2 parents f680c18 + dfb17f3 commit 3b88ab9

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ _Notes on the upcoming release will go here._
4343
### Documentation
4444

4545
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#658)
46+
- Bump gp-sphinx docs stack to v0.0.1a8 (#659)
4647

4748

4849
### What's new

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

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

uv.lock

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

0 commit comments

Comments
 (0)