Skip to content

Commit 62f0dce

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 8ad3f69 commit 62f0dce

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

101101
docs = [
102-
"gp-sphinx==0.0.1a13",
103-
"sphinx-autodoc-argparse==0.0.1a13",
104-
"sphinx-autodoc-api-style==0.0.1a13",
102+
"gp-sphinx==0.0.1a14",
103+
"sphinx-autodoc-argparse==0.0.1a14",
104+
"sphinx-autodoc-api-style==0.0.1a14",
105105
"gp-libs",
106106
"sphinx-autobuild",
107107
]

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)