Changeset - fe2d9f4c0378
[Not reviewed]
0 2 0
Branko Majic (branko) - 6 years ago 2018-02-26 12:45:27
branko@majic.rs
GC-2: Force doc building warnings from Sphinx to be treated as errors.
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/Makefile
Show inline comments
 
@@ -13,7 +13,7 @@
 
#
 

	
 
# You can set these variables from the command line.
 
SPHINXOPTS    =
 
SPHINXOPTS    = -W
 
SPHINXBUILD   = sphinx-build
 
SPHINXPROJ    = Gimmecert
 
SOURCEDIR     = .
docs/make.bat
Show inline comments
 
@@ -22,6 +22,7 @@ if "%SPHINXBUILD%" == "" (
 
set SOURCEDIR=.
 
set BUILDDIR=_build
 
set SPHINXPROJ=Gimmecert
 
set SPHINXOPTS=-W
 
 
if "%1" == "" goto help
 
0 comments (0 inline, 0 general)