File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
2
+ # -* coding: utf-8 -*-
3
3
#
4
4
# PyTorch Tutorials documentation build configuration file, created by
5
5
# sphinx-quickstart on Wed Mar 8 22:38:10 2017.
@@ -191,7 +191,7 @@ def reset_seeds(gallery_conf, fname):
191
191
# List of patterns, relative to source directory, that match files and
192
192
# directories to ignore when looking for source files.
193
193
# This patterns also effect to html_static_path and html_extra_path
194
- exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
194
+ exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' , 'src/pytorch_sphinx_theme/docs' ]
195
195
exclude_patterns += sphinx_gallery_conf ['examples_dirs' ]
196
196
exclude_patterns += ['*/index.rst' ]
197
197
You can’t perform that action at this time.
0 commit comments