Skip to content

Commit ccde355

Browse files
authored
docs(deps[gp-sphinx]) bump 0.0.1a13 → 0.0.1a16 (#526)
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 5125660 + 11f5826 commit ccde355

3 files changed

Lines changed: 53 additions & 49 deletions

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ $ uv add libvcs --prerelease allow
2020
_Notes on the upcoming release will go here._
2121
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
2222

23+
### Documentation
24+
25+
- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
26+
via `gp-furo-theme`, a Tailwind v4 respin of Furo, with
27+
`sphinx-vite-builder` handling theme-asset builds (#526)
28+
2329
## libvcs 0.40.0 (2026-04-25)
2430

2531
### What's new

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a13",
68-
"sphinx-autodoc-api-style==0.0.1a13",
69-
"sphinx-autodoc-pytest-fixtures==0.0.1a13",
67+
"gp-sphinx==0.0.1a16",
68+
"sphinx-autodoc-api-style==0.0.1a16",
69+
"sphinx-autodoc-pytest-fixtures==0.0.1a16",
7070
"gp-libs",
7171
"sphinx-autobuild",
7272
# Testing
@@ -85,9 +85,9 @@ dev = [
8585
]
8686

8787
docs = [
88-
"gp-sphinx==0.0.1a13",
89-
"sphinx-autodoc-api-style==0.0.1a13",
90-
"sphinx-autodoc-pytest-fixtures==0.0.1a13",
88+
"gp-sphinx==0.0.1a16",
89+
"sphinx-autodoc-api-style==0.0.1a16",
90+
"sphinx-autodoc-pytest-fixtures==0.0.1a16",
9191
"gp-libs",
9292
"sphinx-autobuild",
9393
]
@@ -125,7 +125,6 @@ build-backend = "hatchling.build"
125125
gp-libs = false
126126
gp-furo-theme = false
127127
gp-sphinx = false
128-
gp-sphinx-vite = false
129128
sphinx-autodoc-api-style = false
130129
sphinx-autodoc-argparse = false
131130
sphinx-autodoc-docutils = false

0 commit comments

Comments
 (0)