Skip to content

Commit

Permalink
[MAINT] Add flag to full doc build to finish build when first warning…
Browse files Browse the repository at this point in the history
… is encountered (#3494)

* Add flag to finish full build

* [full doc] test fail

* [full doc] test should pass

* [full doc] Full build
  • Loading branch information
ymzayek committed Feb 27, 2023
1 parent 857f3a3 commit 867d6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pdf: latex
check:
rm -rf _build/doctrees
rm -rf $(BUILDDIR)/html/_images
BUILD_DEV_HTML=1 $(SPHINXBUILD) -W -T -n -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
BUILD_DEV_HTML=1 $(SPHINXBUILD) -W --keep-going -T -n -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

install:
rm -rf _build/doctrees _build/nilearn.github.io
Expand Down

0 comments on commit 867d6f1

Please sign in to comment.