summaryrefslogtreecommitdiff
path: root/docs/Makefile.sphinx
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-07-22 18:09:17 +0000
committerDan Liew <dan@su-root.co.uk>2014-07-22 18:09:17 +0000
commit66ce49d22a0fdbee799ed3c9957eb959d95b126c (patch)
treef62e2d1445c4f5aa479955277c387ef249553c76 /docs/Makefile.sphinx
parente6113b6aa898775e56bc5441648c65f850ce97fb (diff)
Revert "Treat warnings in Sphinx as errors. The reasons for doing this are..."
This reverts commit r213661. Reverting at the request of Sean Silva. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Makefile.sphinx')
-rw-r--r--docs/Makefile.sphinx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.sphinx b/docs/Makefile.sphinx
index b12168cfed8..21f66488b2b 100644
--- a/docs/Makefile.sphinx
+++ b/docs/Makefile.sphinx
@@ -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) .