Skip to content

Commit

Permalink
fix: remove -j auto because it is failing with current setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 14, 2025
1 parent 57a55b9 commit c28eab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip install .
- name: Build documentation
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

- name: Doc Tests
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 comments on commit c28eab5

Please sign in to comment.