Skip to content

Commit 0c677e6

Browse files
committed
py(deps[docs]) gp-sphinx 0.1.0a37
why: every class-level name -- 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 a bare name or a duplicate entry. A description written on a base class now reaches the subclasses that inherit it, so shared attributes no longer need restating per subclass. what: - Bump gp-sphinx, sphinx-autodoc-argparse, and sphinx-autodoc-api-style 0.0.1a36 -> 0.1.0a37 - Relock uv.lock
1 parent 5b68459 commit 0c677e6

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
@@ -70,9 +70,9 @@ vcspull = "vcspull:cli.cli"
7070
[dependency-groups]
7171
dev = [
7272
# Docs
73-
"gp-sphinx==0.0.1a36",
74-
"sphinx-autodoc-argparse==0.0.1a36",
75-
"sphinx-autodoc-api-style==0.0.1a36",
73+
"gp-sphinx==0.1.0a37",
74+
"sphinx-autodoc-argparse==0.1.0a37",
75+
"sphinx-autodoc-api-style==0.1.0a37",
7676
"gp-libs>=0.0.19",
7777
"sphinx-autobuild",
7878
# Testing
@@ -99,9 +99,9 @@ dev = [
9999
]
100100

101101
docs = [
102-
"gp-sphinx==0.0.1a36",
103-
"sphinx-autodoc-argparse==0.0.1a36",
104-
"sphinx-autodoc-api-style==0.0.1a36",
102+
"gp-sphinx==0.1.0a37",
103+
"sphinx-autodoc-argparse==0.1.0a37",
104+
"sphinx-autodoc-api-style==0.1.0a37",
105105
"gp-libs>=0.0.19",
106106
"sphinx-autobuild",
107107
]

0 commit comments

Comments
 (0)