summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 924a72f0e..5f512d221 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,12 @@ changedir = doc/
deps =
-r {toxinidir}/doc/requirements.txt
commands =
- sphinx-build -W -b html -d _build/doctrees . _build/html
+ # Readthedoc launch a slightly different command see '.readthedocs.yaml'
+ # sphinx-build -T -W -E --keep-going -b html -d _build/doctrees -D language=en . _build/html
+ # Changes were made for performance reasons, add or remove only if you can't reproduce.
+ sphinx-build -T -W -j auto --keep-going -b html -d _build/doctrees -D language=en . _build/html
+ # -E: don't use a saved environment, always read all files
+ # -j auto: build in parallel with N processes where possible (special value "auto" will set N to cpu-count)
[testenv:test_doc]
deps =