Skip to content

Commit 2977890

Browse files
committed
Update
1 parent fdeae45 commit 2977890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def reset_seeds(gallery_conf, fname):
191191
# List of patterns, relative to source directory, that match files and
192192
# directories to ignore when looking for source files.
193193
# This patterns also effect to html_static_path and html_extra_path
194-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'src/pytorch_sphinx_theme/docs']
194+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'src/pytorch-sphinx-theme/docs*']
195195
exclude_patterns += sphinx_gallery_conf['examples_dirs']
196196
exclude_patterns += ['*/index.rst']
197197

0 commit comments

Comments
 (0)