Skip to content

Commit 711d19b

Browse files
DOC: Correct build directory
1 parent f4c5af6 commit 711d19b

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
@@ -26,4 +26,4 @@ jobs:
2626
- name: Build docs
2727
run: |
2828
cd docs
29-
sphinx-build -W docs/source docs/build
29+
sphinx-build -Wb html source build

0 commit comments

Comments
 (0)