Skip to content

Commit c28eab5

Browse files
committed
fix: remove -j auto because it is failing with current setup
1 parent 57a55b9 commit c28eab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pip install .
4545
4646
- name: Build documentation
47-
run: sphinx-build -n -j auto -b html -d build/doctrees docs build/html
47+
run: sphinx-build -n -b html -d build/doctrees docs build/html
4848

4949
- name: Doc Tests
50-
run: sphinx-build -a -j auto -b doctest -d build/doctrees docs build/doctest
50+
run: sphinx-build -a -b doctest -d build/doctrees docs build/doctest

0 commit comments

Comments
 (0)