We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9e1b7 commit c599e61Copy full SHA for c599e61
.github/workflows/docs-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Check Sphinx Documentation build minimally
30
working-directory: ./docs
31
- run: sphinx-build -E -W source build
+ run: python3 -m sphinx -E -W source build
32
33
- name: Check for documentation style errors
34
0 commit comments