Skip to content

Commit 12d51ab

Browse files
committed
Use sphinx in build_docs workflow
1 parent 510cbab commit 12d51ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python3 -m pip install ".[docs]"
3636
3737
- name: Build docs
38-
run: jupyter book build -W --keep-going .
38+
run: python3 -m sphinx -b html . build
3939

4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)