Skip to content

Commit a2572b9

Browse files
committed
py(deps[docs]) gp-sphinx 0.1.0a37
why: Every class-level name the reference renders -- NamedTuple field, TypedDict key, enum member, class variable, plain constant -- now carries exactly one description alongside the signature autodoc reads off the live class, instead of arriving as a bare name or, for an undescribed class variable, being withheld entirely. A description written once on a base class also reaches the subclasses that inherit it, so shared fields stay documented without restating them. what: - Bump gp-sphinx, sphinx-autodoc-api-style, and sphinx-autodoc-pytest-fixtures to 0.1.0a37 - Relock uv.lock, which carries the rest of the workspace family (gp-furo-theme, sphinx-autodoc-typehints-gp, sphinx-fonts, sphinx-gp-llms, sphinx-gp-opengraph, sphinx-gp-sitemap, sphinx-gp-theme, sphinx-ux-autodoc-layout, sphinx-ux-badges) to the same version
1 parent 46b4d85 commit a2572b9

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.1a36",
68-
"sphinx-autodoc-api-style==0.0.1a36",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a36",
67+
"gp-sphinx==0.1.0a37",
68+
"sphinx-autodoc-api-style==0.1.0a37",
69+
"sphinx-autodoc-pytest-fixtures==0.1.0a37",
7070
"gp-libs>=0.0.19",
7171
"sphinx-autobuild",
7272
# Testing
@@ -86,9 +86,9 @@ dev = [
8686
]
8787

8888
docs = [
89-
"gp-sphinx==0.0.1a36",
90-
"sphinx-autodoc-api-style==0.0.1a36",
91-
"sphinx-autodoc-pytest-fixtures==0.0.1a36",
89+
"gp-sphinx==0.1.0a37",
90+
"sphinx-autodoc-api-style==0.1.0a37",
91+
"sphinx-autodoc-pytest-fixtures==0.1.0a37",
9292
"gp-libs>=0.0.19",
9393
"sphinx-autobuild",
9494
]

0 commit comments

Comments
 (0)