We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc69dba commit ba935b3Copy full SHA for ba935b3
Makefile
@@ -33,7 +33,7 @@ test:
33
pytest
34
35
doc:
36
- cd docs && $(MAKE) html SPHINXOPTS="-W --keep-going -n --color -j auto"
+ cd docs && $(MAKE) html SPHINXOPTS="-W --keep-going -n --color -j 1"
37
@echo "------------------------------------------------"
38
@echo "Documentation is in: docs/_build/html/index.html"
39
0 commit comments