-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: enable early abort on example error
- Loading branch information
1 parent
d683ca7
commit edf1e57
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ def reset_mpl(gallery_conf, fname): | |
"doc_module": "skore", | ||
"default_thumb_file": "./_static/images/[email protected]", | ||
"reset_modules": (reset_mpl, "seaborn"), | ||
"abort_on_example_error": True, | ||
} | ||
|
||
# intersphinx configuration | ||
|