Skip to content

Commit c99d4b1

Browse files
committed
Forgot to save conf.py
1 parent 483cd51 commit c99d4b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sphinx/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ def setup(app):
390390
'examples_dirs': ['../../examples'], # location of gallery scripts
391391
'gallery_dirs': ['gallery'], # location of generated output
392392

393-
# do not execute gallery examples filenames that begin with NX_
393+
# do not execute gallery examples filenames that begin with noplot_
394394
# first group + sep := match folders up to filename
395395
# negative lookahead + match anything but sep := match filename (if valid)
396396
# https://sphinx-gallery.github.io/stable/configuration.html#parsing-and-executing-examples-via-matching-patterns # noqa: E501
397-
# unix: gallery_conf["filename_pattern"] = '^(.*)/(?!NX_)([^/]*)$'
398-
# windows: gallery_conf["filename_pattern"] = '^(.*)\\\\(?!NX_)([^\\\\]*)$'
399-
'filename_pattern': rf"^(.*){os_re_sep}(?!NX_)([^{os_re_sep}]*)$",
397+
# unix: gallery_conf["filename_pattern"] = '^(.*)/(?!noplot_)([^/]*)$'
398+
# windows: gallery_conf["filename_pattern"] = '^(.*)\\\\(?!noplot_)([^\\\\]*)$'
399+
'filename_pattern': rf"^(.*){os_re_sep}(?!noplot_)([^{os_re_sep}]*)$",
400400

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

0 commit comments

Comments
 (0)