Deal with .jupyter_cache

This commit is contained in:
Michael Panchenko 2023-12-05 22:52:45 +01:00
parent c50e74f263
commit 9d1440752e
2 changed files with 3 additions and 2 deletions

3
docs/.gitignore vendored
View File

@ -1,3 +1,4 @@
/03_api/*
jupyter_execute
_toc.yml
_toc.yml
.jupyter_cache

View File

@ -13,7 +13,7 @@ author : Tianshou contributors # The author of the book
copyright : "2020, Tianshou contributors." # Copyright year to be placed in the footer
logo : _static/images/tianshou-logo.png # A path to the book logo
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns : ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build', 'jupyter_execute']
exclude_patterns : ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build', 'jupyter_execute', '.jupyter_cache', '.pytest_cache', 'docs/autogen_rst.py', 'docs/create_toc.py']
# Auto-exclude files not in the toc
only_build_toc_files : false