Skip to content

Commit c599e61

Browse files
ci: use python3 -m sphinx instead of sphinx-build
Signed-off-by: Stephan Lachnit <[email protected]>
1 parent 3b9e1b7 commit c599e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Check Sphinx Documentation build minimally
3030
working-directory: ./docs
31-
run: sphinx-build -E -W source build
31+
run: python3 -m sphinx -E -W source build
3232

3333
- name: Check for documentation style errors
3434
working-directory: ./docs

0 commit comments

Comments
 (0)