Skip to content

Commit

Permalink
Treat warnings not anymore as errors
Browse files Browse the repository at this point in the history
There are some sphinx internal warnings that are time consuming to debug
and don't affect the quality of the tutorial page, so we ignore them by
treating warnings as warnings.
  • Loading branch information
agoscinski committed Sep 10, 2024
1 parent ab4708d commit 190a5d9
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 @@ -56,7 +56,7 @@ cleannotebooks:

# -W: exit on warning
defaultdoc:
$(SPHINXBUILD) -b html -nW $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -b html -n $(ALLSPHINXOPTS) $(BUILDDIR)/html

all: html latexpdf

Expand Down

0 comments on commit 190a5d9

Please sign in to comment.