Commit a245097
committed
py(deps[uv]) Bump gp-sphinx workspace pins to 0.0.1a15
why: Pick up the gp-sphinx 0.0.1a15 release. Bigger than the previous
a14 cumulative bump — a15 ships the workspace-owned Furo replacement.
For downstream consumers of gp-sphinx, the headline effects on next
`uv sync`:
- `furo` (and its transitive deps `accessible-pygments` +
`sphinx-basic-ng`) drop out of the install tree. `sphinx-gp-theme`
now inherits from `gp-furo` (a workspace-owned, Tailwind-v4
port of @pradyunsg's Furo) instead of upstream `furo`.
- The CSS custom-property contract is preserved, so existing
`light_css_variables` / `dark_css_variables` overrides keep
working unchanged. Rendered output is visually equivalent to
vanilla Furo modulo the gp-sphinx project layer already on top.
- Two new workspace packages ship: `gp-furo-theme` (standalone
Furo-equivalent theme, available without the gp-sphinx project
layer) and `gp-sphinx-vite` (transparent Vite + pnpm
orchestration that no-ops in production wheels).
- Carries forward the a14 light-mode shell-output fix:
`Generic.Prompt` is now purple and `Generic.Output` cyan in
the `gp-sphinx-light` Pygments style.
what:
- pyproject.toml: gp-sphinx, sphinx-autodoc-argparse, sphinx-autodoc-api-style move ==0.0.1a14 -> ==0.0.1a15 in
[dependency-groups] dev and docs.
- pyproject.toml: [tool.uv.exclude-newer-package] gains
`gp-furo-theme = false` and `gp-sphinx-vite = false` entries.
Both are new gp-sphinx workspace packages introduced in a15;
without these exemptions, uv's global `exclude-newer` filter
rejects them as too-new and fails resolution
(`hint: ... was filtered by 'exclude-newer'`). Mirrors the
per-package exemption pattern already in place for the rest of
the gp-sphinx workspace.
- uv.lock: regenerated; gp-sphinx workspace siblings
(sphinx-gp-theme, sphinx-ux-autodoc-layout, sphinx-ux-badges,
sphinx-fonts, gp-furo-theme, gp-sphinx-vite, …) co-resolved to
0.0.1a15.
ref: https://pypi.org/project/gp-sphinx/0.0.1a15/1 parent d77a56a commit a245097
2 files changed
Lines changed: 52 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments