diff --git a/docs/conf.py b/docs/conf.py index d688fb163ce..8162b87718c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,7 +134,7 @@ def setup(app): "tutorials", ], # path to where to save gallery generated output "nested_sections": True, - "copyfile_regex": r"index.rst", + "copyfile_regex": r"index.rst|.*\.png", }