We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414b635 commit c24ce96Copy full SHA for c24ce96
docs/conf.py
@@ -22,8 +22,8 @@
22
import brainpy
23
shutil.copytree('../images/', './_static/logos/', dirs_exist_ok=True)
24
shutil.copyfile('../changelog.md', './changelog.md')
25
-shutil.rmtree('./generated')
26
-shutil.rmtree('./_build')
+shutil.rmtree('./generated', ignore_errors=True)
+shutil.rmtree('./_build', ignore_errors=True)
27
28
29
# -- Project information -----------------------------------------------------
0 commit comments