Skip to content

Commit e6375e0

Browse files
committed
updating sg regex
1 parent d1947ce commit e6375e0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
# Sphinx gallery configuration
108108
sphinx_gallery_conf = {
109109
'examples_dirs': '../examples',
110-
'filename_pattern': '\.py$',
110+
'filename_pattern': '^((?!sgskip).)*$',
111111
'gallery_dirs': 'gallery'}
112112

113113
plot_gallery = True

0 commit comments

Comments
 (0)