We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeae45 commit 2977890Copy full SHA for 2977890
conf.py
@@ -191,7 +191,7 @@ def reset_seeds(gallery_conf, fname):
191
# List of patterns, relative to source directory, that match files and
192
# directories to ignore when looking for source files.
193
# 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']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'src/pytorch-sphinx-theme/docs*']
195
exclude_patterns += sphinx_gallery_conf['examples_dirs']
196
exclude_patterns += ['*/index.rst']
197
0 commit comments