Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Revert "Disable gallery execution"
This reverts commit f88ec4a.
  • Loading branch information
dstansby committed May 18, 2023
commit 42b8fb0cbbab02a88720fd700d34cf96a491c71b
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@
]

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


Expand Down