Skip to content

Commit 8978cce

Browse files
committed
py(deps[docs]) gp-sphinx 0.0.1a30
why: pick up gp-sphinx 0.0.1a30 — restores horizontal padding on standalone type chips in autodoc parameter/return lists while keeping compound annotations (list[str], dict[str, Any]) flush. what: - Bump gp-sphinx pin 0.0.1a29 -> 0.0.1a30 (dev + docs groups) - Bump gp-sphinx-family sibling pins to 0.0.1a30 where present - Relock
1 parent 095faa2 commit 8978cce

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
@@ -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.1a29",
68-
"sphinx-autodoc-api-style==0.0.1a29",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a29",
67+
"gp-sphinx==0.0.1a30",
68+
"sphinx-autodoc-api-style==0.0.1a30",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a30",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

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

0 commit comments

Comments
 (0)