Skip to content

Commit

Permalink
Make sphinx ignore changes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Mar 4, 2024
1 parent b74cfe7 commit 6332206
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"**.ipynb_checkpoints",
"changes",
]
nitpicky = True

# Report warnings for all validation checks except "ES01", "SA01", "EX01"
Expand Down

0 comments on commit 6332206

Please sign in to comment.