Skip to content

Commit 728e0be

Browse files
committed
Revert "Disable gallery execution"
This reverts commit f88ec4a.
1 parent 58223ca commit 728e0be

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/conf.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
]
3838

3939
sphinx_gallery_conf = {
40-
# Don't run any gallery examples, because they're not working on
41-
# readthedocs at the moment
42-
"filename_pattern": "a^",
43-
# "image_scrapers": (qtgallery.qtscraper,),
44-
# "reset_modules": (qtgallery.reset_qapp,),
40+
"filename_pattern": ".",
41+
"image_scrapers": (qtgallery.qtscraper,),
42+
"reset_modules": (qtgallery.reset_qapp,),
4543
}
4644

4745

0 commit comments

Comments
 (0)