Skip to content

Commit

Permalink
DOC: sphinx-build --show-traceback to make html
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-rocke committed Oct 15, 2024
1 parent 82aa471 commit 1fa7bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ clean:
rm -rf $(BUILDDIR)/*

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) --show-traceback -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down

0 comments on commit 1fa7bfd

Please sign in to comment.