Skip to content

Commit 9d7b70f

Browse files
committed
flake8 needed love
1 parent c99d4b1 commit 9d7b70f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sphinx/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ def setup(app):
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"] = '^(.*)/(?!noplot_)([^/]*)$'
398-
# windows: gallery_conf["filename_pattern"] = '^(.*)\\\\(?!noplot_)([^\\\\]*)$'
397+
# unix: filename_pattern = '^(.*)/(?!noplot_)([^/]*)$'
398+
# win: filename_pattern = '^(.*)\\\\(?!noplot_)([^\\\\]*)$'
399399
'filename_pattern': rf"^(.*){os_re_sep}(?!noplot_)([^{os_re_sep}]*)$",
400400

401401
# directory where function/class granular galleries are stored

0 commit comments

Comments
 (0)