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:
- main
- try/spa-nav-ios-fix

permissions:
contents: read
Expand Down
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ sphinx-gp-theme = false
sphinx-ux-autodoc-layout = false
sphinx-ux-badges = false

[tool.uv.sources]
# Temporarily pin gp-sphinx workspace packages at an unreleased commit
# that fixes the iOS Safari sidebar-logo blank after SPA navigation
# (gp-sphinx commit 652ce02, branch fix/spa-nav-ios-relative-urls).
# Revert to PyPI wheels once 0.0.1a12 ships.
gp-sphinx = { git = "https://github.com/git-pull/gp-sphinx.git", rev = "652ce020b8003a496732df805fbb072d91b559dc", subdirectory = "packages/gp-sphinx" }
sphinx-gp-theme = { git = "https://github.com/git-pull/gp-sphinx.git", rev = "652ce020b8003a496732df805fbb072d91b559dc", subdirectory = "packages/sphinx-gp-theme" }

[tool.mypy]
strict = true
python_version = "3.10"
Expand Down
42 changes: 9 additions & 33 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading