Skip to content

Commit cf9230c

Browse files
authored
docs(gp-sphinx) Bump gp-sphinx to v0.0.1a8 (#523)
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 54fd49c + 44ace96 commit cf9230c

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

CHANGES

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

2525
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#522)
26+
- Bump gp-sphinx docs stack to v0.0.1a8 (#523)
2627

2728

2829
### What's new

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a7",
68-
"sphinx-autodoc-api-style==0.0.1a7",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a7",
67+
"gp-sphinx==0.0.1a8",
68+
"sphinx-autodoc-api-style==0.0.1a8",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a8",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a7",
89-
"sphinx-autodoc-api-style==0.0.1a7",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a7",
88+
"gp-sphinx==0.0.1a8",
89+
"sphinx-autodoc-api-style==0.0.1a8",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a8",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]

uv.lock

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

0 commit comments

Comments
 (0)