Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- spa-navigation-scroll # [DO NOT MERGE] temporary: publish docs from feature branch

permissions:
contents: read
Expand Down
254 changes: 0 additions & 254 deletions docs/_static/js/spa-nav.js

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ sphinx-gp-theme = false
sphinx-ux-autodoc-layout = false
sphinx-ux-badges = false

[tool.uv.sources]
sphinx-ux-autodoc-layout = { git = "https://github.com/git-pull/gp-sphinx.git", branch = "spa-navigation-scroll", subdirectory = "packages/sphinx-ux-autodoc-layout" }

[tool.mypy]
strict = true
python_version = "3.10"
Expand Down
Loading