Skip to content

Commit 38510b0

Browse files
authored
Fix pdoc command by removing incorrect flag
1 parent c377161 commit 38510b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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-2026, Alex Plakantonakis." --theme-toggle abstochkin -o ./docs
28+
- run: pdoc --docformat numpy --math --footer-text "© Copyright 2024-2026, Alex Plakantonakis." abstochkin -o ./docs
2929

3030
- uses: actions/upload-pages-artifact@v3
3131
with:

0 commit comments

Comments
 (0)