Skip to content

Commit

Permalink
raise sphinx gallery minimum reported time (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Mar 8, 2024
1 parent bfb3b5e commit a25d799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
"ignore_pattern": "(__init__)|(clouds)|(fesom)|(synthetic)",
"examples_dirs": "../../src/geovista/examples",
"gallery_dirs": "generated/gallery",
"min_reported_time": 90,
"matplotlib_animations": True,
# see https://github.com/sphinx-gallery/sphinx-gallery/pull/195
"plot_gallery": "'True'",
Expand Down

0 comments on commit a25d799

Please sign in to comment.