[llvm] r213675 - Revert "Treat warnings in Sphinx as errors. The reasons for doing this are..."
Dan Liew
dan at su-root.co.uk
Tue Jul 22 11:09:17 PDT 2014
Author: delcypher
Date: Tue Jul 22 13:09:17 2014
New Revision: 213675
URL: http://llvm.org/viewvc/llvm-project?rev=213675&view=rev
Log:
Revert "Treat warnings in Sphinx as errors. The reasons for doing this are..."
This reverts commit r213661.
Reverting at the request of Sean Silva.
Modified:
llvm/trunk/docs/Makefile.sphinx
Modified: llvm/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Makefile.sphinx?rev=213675&r1=213674&r2=213675&view=diff
==============================================================================
--- llvm/trunk/docs/Makefile.sphinx (original)
+++ llvm/trunk/docs/Makefile.sphinx Tue Jul 22 13:09:17 2014
@@ -10,7 +10,7 @@ BUILDDIR = _build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -W .
+ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
More information about the llvm-commits
mailing list