Skip to content

Commit 244dafd

Browse files
committed
Btw, this would make it match files ending in .py, and not something like entropy
1 parent 4f04b1a commit 244dafd

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': r'*.\.py',
364364

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

0 commit comments

Comments
 (0)