Skip to content

Commit 82b142c

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-fastmcp 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 67de507 commit 82b142c

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
@@ -56,9 +56,9 @@ libtmux-mcp = "libtmux_mcp:main"
5656
[dependency-groups]
5757
dev = [
5858
# Docs
59-
"gp-sphinx==0.0.1a12",
60-
"sphinx-autodoc-api-style==0.0.1a12",
61-
"sphinx-autodoc-fastmcp==0.0.1a12",
59+
"gp-sphinx==0.0.1a13",
60+
"sphinx-autodoc-api-style==0.0.1a13",
61+
"sphinx-autodoc-fastmcp==0.0.1a13",
6262
"gp-libs",
6363
"sphinx-autobuild",
6464
# Testing
@@ -82,9 +82,9 @@ dev = [
8282
]
8383

8484
docs = [
85-
"gp-sphinx==0.0.1a12",
86-
"sphinx-autodoc-api-style==0.0.1a12",
87-
"sphinx-autodoc-fastmcp==0.0.1a12",
85+
"gp-sphinx==0.0.1a13",
86+
"sphinx-autodoc-api-style==0.0.1a13",
87+
"sphinx-autodoc-fastmcp==0.0.1a13",
8888
"gp-libs",
8989
"sphinx-autobuild",
9090
]

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)