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