CI: avoid parallelizing sphinx build to fix pydata-sphinx-theme warning

This commit is contained in:
Jake VanderPlas 2024-01-18 15:46:38 -08:00
parent 853a4fe0dc
commit ad54a50c8b

View File

@ -176,4 +176,4 @@ jobs:
pip install -r docs/requirements.txt
- name: Render documentation
run: |
sphinx-build --color -W --keep-going -b html -D nb_execution_mode=off docs docs/build/html -j auto
sphinx-build --color -W --keep-going -b html -D nb_execution_mode=off docs docs/build/html