Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Temporarily remove -W sphinxbuild flag (line 86) to have all languages build for now.
  • Loading branch information
rduivenvoorde committed Aug 30, 2016
1 parent f6f95c8 commit 8637b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -83,7 +83,7 @@ html: localizeresources
$(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)/html/$(LANG)
$(SPHINXBUILD) -n -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html/$(LANG)
@echo
@echo "HTML Build finished. The HTML pages for '$(LANG)' are in $(BUILDDIR)."

Expand Down

0 comments on commit 8637b98

Please sign in to comment.