Skip to content

Commit 4f04b1a

Browse files
committed
I hope this was left commented because of unnecessary and not because it will break something
1 parent 90bda69 commit 4f04b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def setup(app):
360360
'../../tutos_temp'],
361361
'gallery_dirs': ['gallery'], # location of generated output
362362
# sphinx-gallery only shows plots from plot_*.py files by default:
363-
# 'filename_pattern': '*.py',
363+
'filename_pattern': '*.py',
364364

365365
# directory where function/class granular galleries are stored
366366
'backreferences_dir': 'reference/generated/gallery_backreferences',

0 commit comments

Comments
 (0)