##// END OF EJS Templates
Ignore ipynb_checkpoints
krassowski -
Show More
@@ -183,8 +183,7 b" today_fmt = '%B %d, %Y'"
183
183
184 # Exclude these glob-style patterns when looking for source files. They are
184 # Exclude these glob-style patterns when looking for source files. They are
185 # relative to the source/ directory.
185 # relative to the source/ directory.
186 exclude_patterns = []
186 exclude_patterns = ["**.ipynb_checkpoints"]
187
188
187
189 # If true, '()' will be appended to :func: etc. cross-reference text.
188 # If true, '()' will be appended to :func: etc. cross-reference text.
190 #add_function_parentheses = True
189 #add_function_parentheses = True
General Comments 0
You need to be logged in to leave comments. Login now