Skip to content

Commit

Permalink
exclude changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Dec 13, 2022
1 parent 7ca8c5d commit 8a4b59d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ def setup(app):
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"**.ipynb_checkpoints",
"changes",
]

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

0 comments on commit 8a4b59d

Please sign in to comment.