Skip to content

Commit

Permalink
Fix problem in documentation building (see pydata/pydata-sphinx-theme…
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Jan 20, 2024
1 parent fc69dba commit ba935b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
pytest

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

Expand Down

0 comments on commit ba935b3

Please sign in to comment.