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 1425765 commit c377161Copy full SHA for c377161
.github/workflows/docs.yml
@@ -18,15 +18,15 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-python@v5
20
with:
21
- python-version: '3.12'
+ python-version: '3.13'
22
23
- run: |
24
python -m pip install --upgrade pip
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-2025, Alex Plakantonakis." abstochkin -o ./docs
+ - run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2026, Alex Plakantonakis." --theme-toggle abstochkin -o ./docs
29
30
- uses: actions/upload-pages-artifact@v3
31
32
- path: docs/
+ path: docs/
0 commit comments