Skip to content

Commit e80aa4c

Browse files
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a13
why: Pull in the gp-sphinx 0.0.1a13 release (#24 in the workspace), which lands the light-mode Pygments default (gp-sphinx-light palette replacing the monokai-on-light fallback) and the theme-scoped argparse highlighter. Without this bump the rendered docs keep serving dark-on-light code blocks under the light theme and an ignored-theme argparse palette. what: - pyproject.toml: gp-sphinx, sphinx-autodoc-api-style, sphinx-autodoc-pytest-fixtures move 0.0.1a12 -> 0.0.1a13 in [dependency-groups] dev and docs. - uv.lock regenerated; gp-sphinx workspace siblings co-resolved to 0.0.1a13.
1 parent c2dbd92 commit e80aa4c

2 files changed

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

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

uv.lock

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

0 commit comments

Comments
 (0)