Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Temporarily remove -W sphinxbuild flag (line 114) to have all languages build for now.
  • Loading branch information
rduivenvoorde committed Aug 30, 2016
1 parent ba5886f commit a8d6a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -111,7 +111,7 @@ html: localizeresources output/html/version.txt
$(SPHINXINTL) build -l $(LANG) -c $(SOURCEDIR)/conf.py
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.
$(SPHINXBUILD) -nW -b html $(ALLSPHINXOPTS) $(BUILDDIR)
$(SPHINXBUILD) -n -b html $(ALLSPHINXOPTS) $(BUILDDIR)
@echo
@echo "Build finished. The HTML pages for '$(LANG)' are in $(BUILDDIR)."

Expand Down

0 comments on commit a8d6a85

Please sign in to comment.