Skip to content

Commit f0e3a2e

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-argparse, sphinx-autodoc-api-style 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 df31975 commit f0e3a2e

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
@@ -59,9 +59,9 @@ dev = [
5959
# Docs
6060
"aafigure",
6161
"pillow",
62-
"gp-sphinx==0.0.1a12",
63-
"sphinx-autodoc-argparse==0.0.1a12",
64-
"sphinx-autodoc-api-style==0.0.1a12",
62+
"gp-sphinx==0.0.1a13",
63+
"sphinx-autodoc-argparse==0.0.1a13",
64+
"sphinx-autodoc-api-style==0.0.1a13",
6565
"gp-libs",
6666
"sphinx-autobuild",
6767
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
docs = [
8686
"aafigure",
8787
"pillow",
88-
"gp-sphinx==0.0.1a12",
89-
"sphinx-autodoc-argparse==0.0.1a12",
90-
"sphinx-autodoc-api-style==0.0.1a12",
88+
"gp-sphinx==0.0.1a13",
89+
"sphinx-autodoc-argparse==0.0.1a13",
90+
"sphinx-autodoc-api-style==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)