Skip to content

Commit 5883c7a

Browse files
authored
docs(deps[gp-sphinx]) bump 0.0.1a13 → 0.0.1a16 (#419)
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 a109367 + 040801a commit 5883c7a

3 files changed

Lines changed: 43 additions & 42 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ $ uvx --from 'django-slugify-processor' --prerelease allow django-slugify-proces
4141

4242
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#417)
4343
- Bump gp-sphinx docs stack to v0.0.1a8 (#418)
44+
- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
45+
via `gp-furo-theme`, a Tailwind v4 respin of Furo, with
46+
`sphinx-vite-builder` handling theme-asset builds (#419)
4447

4548

4649
### Development

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ django-extensions = [
5656
[dependency-groups]
5757
dev = [
5858
# Docs
59-
"gp-sphinx==0.0.1a13",
60-
"sphinx-autodoc-api-style==0.0.1a13",
59+
"gp-sphinx==0.0.1a16",
60+
"sphinx-autodoc-api-style==0.0.1a16",
6161
"gp-libs",
6262
"sphinx-autobuild",
6363
# Testing
@@ -79,8 +79,8 @@ dev = [
7979
]
8080

8181
docs = [
82-
"gp-sphinx==0.0.1a13",
83-
"sphinx-autodoc-api-style==0.0.1a13",
82+
"gp-sphinx==0.0.1a16",
83+
"sphinx-autodoc-api-style==0.0.1a16",
8484
"gp-libs",
8585
"sphinx-autobuild",
8686
]
@@ -118,7 +118,6 @@ build-backend = "hatchling.build"
118118
gp-libs = false
119119
gp-furo-theme = false
120120
gp-sphinx = false
121-
gp-sphinx-vite = false
122121
sphinx-autodoc-api-style = false
123122
sphinx-autodoc-argparse = false
124123
sphinx-autodoc-docutils = false

uv.lock

Lines changed: 36 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)