Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
_Notes on upcoming releases will be added here_
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### Documentation

- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
via `gp-furo-theme`, a Tailwind v4 respin of Furo, with
`sphinx-vite-builder` handling theme-asset builds (#547)

## vcspull v1.59.0 (2026-04-25)

### Breaking changes
Expand Down
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ vcspull = "vcspull:cli.cli"
[dependency-groups]
dev = [
# Docs
"gp-sphinx==0.0.1a13",
"sphinx-autodoc-argparse==0.0.1a13",
"sphinx-autodoc-api-style==0.0.1a13",
"gp-sphinx==0.0.1a16",
"sphinx-autodoc-argparse==0.0.1a16",
"sphinx-autodoc-api-style==0.0.1a16",
"gp-libs",
"sphinx-autobuild",
# Testing
Expand All @@ -99,9 +99,9 @@ dev = [
]

docs = [
"gp-sphinx==0.0.1a13",
"sphinx-autodoc-argparse==0.0.1a13",
"sphinx-autodoc-api-style==0.0.1a13",
"gp-sphinx==0.0.1a16",
"sphinx-autodoc-argparse==0.0.1a16",
"sphinx-autodoc-api-style==0.0.1a16",
"gp-libs",
"sphinx-autobuild",
]
Expand Down Expand Up @@ -145,7 +145,6 @@ build-backend = "hatchling.build"
gp-libs = false
gp-furo-theme = false
gp-sphinx = false
gp-sphinx-vite = false
libvcs = false
sphinx-autodoc-api-style = false
sphinx-autodoc-argparse = false
Expand Down
Loading
Loading