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 3fe374c commit 30261f6Copy full SHA for 30261f6
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: pip install pdoc
28
# ADJUST THIS: build your documentation into docs/.
29
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
30
- - run: pdoc ./src/classes/BostonTwin.py -d numpy -o ./docs
+ - run: pdoc ./src/classes/BostonTwin.py -d numpy -o docs
31
32
- uses: actions/upload-pages-artifact@v3
33
with:
0 commit comments