We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b6b03 commit 42b8fb0Copy full SHA for 42b8fb0
1 file changed
docs/conf.py
@@ -37,11 +37,9 @@
37
]
38
39
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,),
+ "filename_pattern": ".",
+ "image_scrapers": (qtgallery.qtscraper,),
+ "reset_modules": (qtgallery.reset_qapp,),
45
}
46
47
0 commit comments