diff --git a/doc/conf.py b/doc/conf.py index 41659d2e84..d229dc18ee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,7 +119,9 @@ # for sphinx gallery plugin sphinx_gallery_conf = { - 'only_warn_on_example_error': True, + # This is the default but including here explicitly. Should build all docs and fail on gallery failures only. + # other option would be abort_on_example_error, but this fails on first failure. So we decided against this. + 'only_warn_on_example_error': False, 'examples_dirs': ['../examples/tutorials'], 'gallery_dirs': ['tutorials' ], # path where to save gallery generated examples 'subsection_order': ExplicitOrder([