From 9d1440752eb996a24caf606876161c66cb6e20ff Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Tue, 5 Dec 2023 22:52:45 +0100 Subject: [PATCH] Deal with .jupyter_cache --- docs/.gitignore | 3 ++- docs/_config.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/.gitignore b/docs/.gitignore index 7151388..10bcdfd 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,3 +1,4 @@ /03_api/* jupyter_execute -_toc.yml \ No newline at end of file +_toc.yml +.jupyter_cache diff --git a/docs/_config.yml b/docs/_config.yml index 8169139..46416c9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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