We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510cbab commit 12d51abCopy full SHA for 12d51ab
1 file changed
.github/workflows/build_docs.yml
@@ -35,7 +35,7 @@ jobs:
35
python3 -m pip install ".[docs]"
36
37
- name: Build docs
38
- run: jupyter book build -W --keep-going .
+ run: python3 -m sphinx -b html . build
39
40
- name: Upload artifact
41
uses: actions/upload-pages-artifact@v4
0 commit comments