We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9949427 commit ea21e54Copy full SHA for ea21e54
1 file changed
docs/conf.py
@@ -33,13 +33,15 @@
33
"sphinx_automodapi.automodapi",
34
"sphinx_automodapi.smart_resolver",
35
"sphinx.ext.intersphinx",
36
+ "qtgallery",
37
]
38
39
sphinx_gallery_conf = {
40
"filename_pattern": ".",
41
"image_scrapers": (qtgallery.qtscraper,),
42
"reset_modules": (qtgallery.reset_qapp,),
43
}
44
+suppress_warnings = ["config.cache"]
45
46
qtgallery_conf = {
47
"xvfb_size": (640, 480),
0 commit comments