Deal with .jupyter_cache
This commit is contained in:
parent
c50e74f263
commit
9d1440752e
3
docs/.gitignore
vendored
3
docs/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/03_api/*
|
/03_api/*
|
||||||
jupyter_execute
|
jupyter_execute
|
||||||
_toc.yml
|
_toc.yml
|
||||||
|
.jupyter_cache
|
||||||
|
@ -13,7 +13,7 @@ author : Tianshou contributors # The author of the book
|
|||||||
copyright : "2020, Tianshou contributors." # Copyright year to be placed in the footer
|
copyright : "2020, Tianshou contributors." # Copyright year to be placed in the footer
|
||||||
logo : _static/images/tianshou-logo.png # A path to the book logo
|
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")
|
# 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
|
# Auto-exclude files not in the toc
|
||||||
only_build_toc_files : false
|
only_build_toc_files : false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user