From 3d033f3d481901482622c503f89cb3494e6b3888 2023-02-05 23:03:58 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: 2023-02-05 23:03:58 Subject: [PATCH] Ignore ipynb_checkpoints --- 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