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
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ _Notes on upcoming releases will be added here_

- Visual improvements to API docs from [gp-sphinx](https://gp-sphinx.git-pull.com)-based Sphinx packages (#53)
- Bump gp-sphinx docs stack to v0.0.1a8 (#54)
- 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 (#55)


### CLI
Expand Down
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ dev = [
# Docs
"aafigure",
"pillow",
"gp-sphinx==0.0.1a15",
"sphinx-autodoc-argparse==0.0.1a15",
"sphinx-autodoc-api-style==0.0.1a15",
"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 @@ -85,9 +85,9 @@ dev = [
docs = [
"aafigure",
"pillow",
"gp-sphinx==0.0.1a15",
"sphinx-autodoc-argparse==0.0.1a15",
"sphinx-autodoc-api-style==0.0.1a15",
"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 @@ -122,7 +122,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