Skip to content

Commit fdf5e27

Browse files
committed
BLD: always run all of the examples when build the docs
1 parent 96c50f5 commit fdf5e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf, **kwargs):
9999
"matplotlib_animations": True,
100100
"image_srcset": ["2x"],
101101
"junit": "../test-results/sphinx-gallery/junit.xml" if CIRCLECI else "",
102+
"run_stale_examples": True,
102103
}
103104

104105
mathmpl_fontsize = 11.0

0 commit comments

Comments
 (0)