Skip to content

Commit ba935b3

Browse files
committed
Fix problem in documentation building (see pydata/pydata-sphinx-theme#1643)
1 parent fc69dba commit ba935b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test:
3333
pytest
3434

3535
doc:
36-
cd docs && $(MAKE) html SPHINXOPTS="-W --keep-going -n --color -j auto"
36+
cd docs && $(MAKE) html SPHINXOPTS="-W --keep-going -n --color -j 1"
3737
@echo "------------------------------------------------"
3838
@echo "Documentation is in: docs/_build/html/index.html"
3939

0 commit comments

Comments
 (0)