Skip to content

Commit f88ec4a

Browse files
committed
Disable gallery execution
1 parent f73e079 commit f88ec4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
]
3838

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

0 commit comments

Comments
 (0)