Skip to content

Commit ea21e54

Browse files
committed
Suppress doc build warning
1 parent 9949427 commit ea21e54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@
3333
"sphinx_automodapi.automodapi",
3434
"sphinx_automodapi.smart_resolver",
3535
"sphinx.ext.intersphinx",
36+
"qtgallery",
3637
]
3738

3839
sphinx_gallery_conf = {
3940
"filename_pattern": ".",
4041
"image_scrapers": (qtgallery.qtscraper,),
4142
"reset_modules": (qtgallery.reset_qapp,),
4243
}
44+
suppress_warnings = ["config.cache"]
4345

4446
qtgallery_conf = {
4547
"xvfb_size": (640, 480),

0 commit comments

Comments
 (0)