Skip to content

Commit

Permalink
Merge pull request #2500 from cta-observatory/fix_parallel_warning
Browse files Browse the repository at this point in the history
Fix pydata sphinx theme is not safe for parallel writing warning
  • Loading branch information
maxnoe authored Jan 24, 2024
2 parents fd018c4 + 81d496b commit cd0fa8a
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"
@echo "------------------------------------------------"
@echo "Documentation is in: docs/_build/html/index.html"

Expand Down

0 comments on commit cd0fa8a

Please sign in to comment.