Skip to content

Commit 8a4b59d

Browse files
committed
exclude changes
1 parent 7ca8c5d commit 8a4b59d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,13 @@ def setup(app):
166166
# List of patterns, relative to source directory, that match files and
167167
# directories to ignore when looking for source files.
168168
# This patterns also effect to html_static_path and html_extra_path
169-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]
169+
exclude_patterns = [
170+
"_build",
171+
"Thumbs.db",
172+
".DS_Store",
173+
"**.ipynb_checkpoints",
174+
"changes",
175+
]
170176

171177
# The name of the Pygments (syntax highlighting) style to use.
172178
pygments_style = "sphinx"

0 commit comments

Comments
 (0)