Treat warnings in Sphinx as errors. The reasons for doing this are...
authorDan Liew <dan@su-root.co.uk>
Tue, 22 Jul 2014 15:07:35 +0000 (15:07 +0000)
committerDan Liew <dan@su-root.co.uk>
Tue, 22 Jul 2014 15:07:35 +0000 (15:07 +0000)
commit43b471c45eb359d6c2220a0c93b1a9456c7b24f0
tree93efd5f9b298f52ebf39cd56be9947760650e441
parentd883110014e77c08357739c5754aaf6e76bc15d8
Treat warnings in Sphinx as errors. The reasons for doing this are...

- When CMake builds the documentation with sphinx-build it treats
  warnings as errors. We should be consistent with what we do in
  CMake.
- Having warnings treated as errors will hopefully encourage
  developers to write documentation correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213661 91177308-0d34-0410-b5e6-96231b3b80d8
docs/Makefile.sphinx