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 @@ -20,6 +20,12 @@ $ uv add libvcs --prerelease allow
_Notes on the upcoming release will go 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 (#526)

## libvcs 0.40.0 (2026-04-25)

### What's new
Expand Down
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
[dependency-groups]
dev = [
# Docs
"gp-sphinx==0.0.1a13",
"sphinx-autodoc-api-style==0.0.1a13",
"sphinx-autodoc-pytest-fixtures==0.0.1a13",
"gp-sphinx==0.0.1a16",
"sphinx-autodoc-api-style==0.0.1a16",
"sphinx-autodoc-pytest-fixtures==0.0.1a16",
"gp-libs",
"sphinx-autobuild",
# Testing
Expand All @@ -85,9 +85,9 @@ dev = [
]

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