We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c377161 commit 38510b0Copy full SHA for 38510b0
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install uv
26
uv pip install -r pyproject.toml --system --all-extras
27
28
- - run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2026, Alex Plakantonakis." --theme-toggle abstochkin -o ./docs
+ - run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2026, Alex Plakantonakis." abstochkin -o ./docs
29
30
- uses: actions/upload-pages-artifact@v3
31
with:
0 commit comments