diff --git a/docs/source/conf.py b/docs/source/conf.py index 868c0d0..325b3ed 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -183,8 +183,7 @@ today_fmt = '%B %d, %Y' # Exclude these glob-style patterns when looking for source files. They are # relative to the source/ directory. -exclude_patterns = [] - +exclude_patterns = ["**.ipynb_checkpoints"] # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True