Skip to content

Commit cdb5506

Browse files
authored
docs(deps[gp-sphinx]) bump 0.0.1a13 → 0.0.1a16 (#547)
Pulls in the sphinx-vite-builder consolidation from git-pull/gp-sphinx#29. Docs site now renders via `gp-furo-theme`, a Tailwind v4 respin of Furo; `sphinx-vite-builder` owns the Vite asset pipeline so wheels ship with the static tree pre-baked. - **Bump**: gp-sphinx workspace pins to `0.0.1a16` across pyproject.toml + uv.lock - **Cleanup**: legacy `gp-sphinx-vite` references dropped (package retired in favor of `sphinx-vite-builder`) - **CHANGES**: bullet under unreleased Documentation noting the rendering switch See: https://pypi.org/project/gp-sphinx/0.0.1a16
2 parents 8ccb1f4 + 90c163a commit cdb5506

3 files changed

Lines changed: 54 additions & 50 deletions

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3737
_Notes on upcoming releases will be added here_
3838
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3939

40+
### Documentation
41+
42+
- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
43+
via `gp-furo-theme`, a Tailwind v4 respin of Furo, with
44+
`sphinx-vite-builder` handling theme-asset builds (#547)
45+
4046
## vcspull v1.59.0 (2026-04-25)
4147

4248
### Breaking changes

pyproject.toml

Lines changed: 6 additions & 7 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.1a16",
74+
"sphinx-autodoc-argparse==0.0.1a16",
75+
"sphinx-autodoc-api-style==0.0.1a16",
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.1a16",
103+
"sphinx-autodoc-argparse==0.0.1a16",
104+
"sphinx-autodoc-api-style==0.0.1a16",
105105
"gp-libs",
106106
"sphinx-autobuild",
107107
]
@@ -145,7 +145,6 @@ build-backend = "hatchling.build"
145145
gp-libs = false
146146
gp-furo-theme = false
147147
gp-sphinx = false
148-
gp-sphinx-vite = false
149148
libvcs = false
150149
sphinx-autodoc-api-style = false
151150
sphinx-autodoc-argparse = false

0 commit comments

Comments
 (0)