Skip to content

Commit

Permalink
excluded ipynb checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSanchez committed Dec 28, 2022
1 parent 2da8d6c commit 5208879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
"nbsphinx",
]

exclude_patterns = ["_build", "source/.ipynb_checkpoints/*"]
exclude_patterns = [
"_build",
"source/.ipynb_checkpoints/*",
"source/tutorial/.ipynb_checkpoints/*"
]

numpydoc_class_members_toctree = False

Expand Down

0 comments on commit 5208879

Please sign in to comment.