Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 24 Oct 2015 18:07:11 +0200
Description: If Warnings are treated as errors this leads to
  WARNING: document isn't included in any toctree
 warnings leading to build errors


--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@
 #
 
 # You can set these variables from the command line.
-SPHINXOPTS    = -W
+SPHINXOPTS    = 
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build
