Skip to content

Commit fb439f5

Browse files
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a14
why: Pick up the gp-sphinx 0.0.1a14 release, which fixes a light-mode distinguishability gap in the gp-sphinx-light Pygments style: Generic.Prompt is now coloured purple and Generic.Output cyan, so shell prompts ($, >>>, etc.) and command output stand out from surrounding text. Previously both fell through to a generic slate that matched section sub-headings, leaving prompts and command output visually indistinguishable. Mirrors the dark-mode (monokai) pink + cyan pairing already in place. what: - pyproject.toml: gp-sphinx, sphinx-autodoc-argparse, sphinx-autodoc-api-style move ==0.0.1a13 -> ==0.0.1a14 in [dependency-groups] dev and docs. - uv.lock: regenerated; gp-sphinx workspace siblings (sphinx-gp-theme, sphinx-ux-autodoc-layout, sphinx-ux-badges, sphinx-fonts, etc.) co-resolved to 0.0.1a14. ref: https://pypi.org/project/gp-sphinx/0.0.1a14/
1 parent f0e3a2e commit fb439f5

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