summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-05-21 22:39:33 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2019-05-26 18:23:44 -0700
commite1c5d1378bcbd0235651786bfd548d388f332013 (patch)
tree87b7b49ece842c9655a92e1cbcd08166e6e2db75 /lib
parent3340d586c4743f6ee95367c2ffb0056f799c0987 (diff)
downloadspack-e1c5d1378bcbd0235651786bfd548d388f332013.tar.gz
spack-e1c5d1378bcbd0235651786bfd548d388f332013.tar.bz2
spack-e1c5d1378bcbd0235651786bfd548d388f332013.tar.xz
spack-e1c5d1378bcbd0235651786bfd548d388f332013.zip
docs: match ReadTheDocs; use -W (warnings as errors) with Sphinx
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/Makefile b/lib/spack/docs/Makefile
index 1ce5c1910c..1a8c13e8fb 100644
--- a/lib/spack/docs/Makefile
+++ b/lib/spack/docs/Makefile
@@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS = -E
+SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build