We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a55b9 commit c28eab5Copy full SHA for c28eab5
.github/workflows/docs.yml
@@ -44,7 +44,7 @@ jobs:
44
pip install .
45
46
- name: Build documentation
47
- run: sphinx-build -n -j auto -b html -d build/doctrees docs build/html
+ run: sphinx-build -n -b html -d build/doctrees docs build/html
48
49
- name: Doc Tests
50
- run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest
+ run: sphinx-build -a -b doctest -d build/doctrees docs build/doctest
0 commit comments