Skip to content

Commit 210f054

Browse files
committed
Update the documentation workflows, fix issue with pip installs and sphinx build being in different paths.
1 parent e55f070 commit 210f054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Build documentation
4343
run: |
4444
cd docs
45-
make clean
46-
make html
45+
python -m sphinx -M clean source build
46+
python -m sphinx -M html source build
4747
4848
- name: Check for .nojekyll file
4949
run: |

0 commit comments

Comments
 (0)