Skip to content

Commit c377161

Browse files
authored
Change Python version to 3.13, update pdoc footer, and enable theme toggle
Updated Python version and modified pdoc command.
1 parent 1425765 commit c377161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.12'
21+
python-version: '3.13'
2222

2323
- run: |
2424
python -m pip install --upgrade pip
2525
pip install uv
2626
uv pip install -r pyproject.toml --system --all-extras
2727
28-
- run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2025, Alex Plakantonakis." abstochkin -o ./docs
28+
- run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2026, Alex Plakantonakis." --theme-toggle abstochkin -o ./docs
2929

3030
- uses: actions/upload-pages-artifact@v3
3131
with:
32-
path: docs/
32+
path: docs/

0 commit comments

Comments
 (0)