We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73e079 commit f88ec4aCopy full SHA for f88ec4a
1 file changed
docs/conf.py
@@ -37,7 +37,9 @@
37
]
38
39
sphinx_gallery_conf = {
40
- "filename_pattern": ".",
+ # 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,),
45
}
0 commit comments