diff --git a/docs/source/conf.py b/docs/source/conf.py index 35f5e5c3882..4475aa438ee 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -94,8 +94,7 @@ "filename_pattern": "reference/generated/tutorials/", # files to parse "notebook_images": "reference/generated/tutorials/media/", # images to parse "download_all_examples": True, - "abort_on_example_error": False, - "only_warn_on_example_error": True, + "abort_on_example_error": True, "show_memory": True, "capture_repr": ("_repr_html_", "__repr__"), # capture representations }