We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0dc21 commit 03965bfCopy full SHA for 03965bf
docs/Makefile
@@ -10,7 +10,7 @@ BUILDDIR = _build
10
# Internal variables.
11
PAPEROPT_a4 = -D latex_paper_size=a4
12
PAPEROPT_letter = -D latex_paper_size=letter
13
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS = -v -T -E -W --keep-going -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
14
# the i18n builder cannot share the environment and doctrees with the others
15
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
16
0 commit comments