Skip to content

Commit

Permalink
add flags for warnings as errors. (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
spboyer authored Aug 23, 2016
1 parent 3ecaaac commit de0ebd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aspnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = -nW
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
Expand Down
2 changes: 1 addition & 1 deletion aspnet/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees -n %SPHINXOPTS% .
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees -nW %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
Expand Down

0 comments on commit de0ebd7

Please sign in to comment.