We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8534d8a + 9becf1e commit 01d1479Copy full SHA for 01d1479
1 file changed
doc/conf.py
@@ -119,7 +119,9 @@
119
120
# for sphinx gallery plugin
121
sphinx_gallery_conf = {
122
- 'only_warn_on_example_error': True,
+ # This is the default but including here explicitly. Should build all docs and fail on gallery failures only.
123
+ # other option would be abort_on_example_error, but this fails on first failure. So we decided against this.
124
+ 'only_warn_on_example_error': False,
125
'examples_dirs': ['../examples/tutorials'],
126
'gallery_dirs': ['tutorials' ], # path where to save gallery generated examples
127
'subsection_order': ExplicitOrder([
0 commit comments