Skip to content

Commit

Permalink
Merge branch 'topic/default/doc-turn-warnings-into-errors' into 'bran…
Browse files Browse the repository at this point in the history
…ch/default'

Doc: turn warnings into errors

See merge request fluiddyn/transonic!131
  • Loading branch information
paugier committed Jan 18, 2024
2 parents 5330923 + 3abd3fd commit 77de10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IPYTHON_NOTEBOOKS_DIR = $(IPYTHON_NOTEBOOKS:.ipynb=_files)
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished.\nfile://"$(shell pwd)"/_build/html/index.html"

Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
".myst": "myst-nb",
}
# nb_render_plugin = "default"
nb_execution_raise_on_error = True
nb_merge_streams = True
nb_execution_show_tb = True

Expand Down

0 comments on commit 77de10e

Please sign in to comment.