Skip to content

Commit 5ac78bd

Browse files
authored
docs(deps[gp-sphinx]) bump 0.0.1a13 → 0.0.1a16 (#1037)
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 953ac46 + 2f97185 commit 5ac78bd

3 files changed

Lines changed: 50 additions & 49 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ _Notes on the upcoming release will go here._
4343

4444
- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#1035)
4545
- Bump gp-sphinx docs stack to v0.0.1a8 (#1036)
46+
- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
47+
via `gp-furo-theme`, a Tailwind v4 respin of Furo, with
48+
`sphinx-vite-builder` handling theme-asset builds (#1037)
4649

4750

4851
## tmuxp 1.67.0 (2026-03-08)

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ dev = [
5757
# Docs
5858
"aafigure", # https://launchpad.net/aafigure
5959
"pillow", # https://pillow.readthedocs.io/
60-
"gp-sphinx==0.0.1a13", # https://gp-sphinx.git-pull.com/
61-
"sphinx-autodoc-argparse==0.0.1a13", # https://gp-sphinx.git-pull.com/
62-
"sphinx-autodoc-api-style==0.0.1a13",
60+
"gp-sphinx==0.0.1a16", # https://gp-sphinx.git-pull.com/
61+
"sphinx-autodoc-argparse==0.0.1a16", # https://gp-sphinx.git-pull.com/
62+
"sphinx-autodoc-api-style==0.0.1a16",
6363
"gp-libs", # https://gp-libs.git-pull.com/
6464
"sphinx-autobuild", # https://sphinx-extensions.readthedocs.io/en/latest/sphinx-autobuild.html
6565
# Testing
@@ -83,9 +83,9 @@ dev = [
8383
docs = [
8484
"aafigure", # https://launchpad.net/aafigure
8585
"pillow", # https://pillow.readthedocs.io/
86-
"gp-sphinx==0.0.1a13", # https://gp-sphinx.git-pull.com/
87-
"sphinx-autodoc-argparse==0.0.1a13", # https://gp-sphinx.git-pull.com/
88-
"sphinx-autodoc-api-style==0.0.1a13",
86+
"gp-sphinx==0.0.1a16", # https://gp-sphinx.git-pull.com/
87+
"sphinx-autodoc-argparse==0.0.1a16", # https://gp-sphinx.git-pull.com/
88+
"sphinx-autodoc-api-style==0.0.1a16",
8989
"gp-libs", # https://gp-libs.git-pull.com/
9090
"sphinx-autobuild", # https://sphinx-extensions.readthedocs.io/en/latest/sphinx-autobuild.html
9191
]
@@ -123,7 +123,6 @@ build-backend = "hatchling.build"
123123
gp-libs = false
124124
gp-furo-theme = false
125125
gp-sphinx = false
126-
gp-sphinx-vite = false
127126
sphinx-autodoc-api-style = false
128127
sphinx-autodoc-argparse = false
129128
sphinx-autodoc-docutils = false

0 commit comments

Comments
 (0)