File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5151
5252shutil .copytree ('../images/' , './_static/logos/' , dirs_exist_ok = True )
5353shutil .copyfile ('../changelog.md' , './changelog.md' )
54- shutil .rmtree ('./generated' , ignore_errors = True )
55- shutil .rmtree ('./_build' , ignore_errors = True )
5654
5755# -- Project information -----------------------------------------------------
5856
119117
120118if build_version == 'v2' :
121119 announcement = """
122- <a href="https://brainpy-v2.readthedocs.io" style="text-decoration: none; color: white;">
123- This site covers the new BrainPy 3.0 API.
124- <span style="color: lightgray;">[Click here for the classical <b>BrainPy 2.0</b> API]</span>
120+ <a href="https://brainpy.readthedocs.io" style="text-decoration: none; color: white;">
121+ This site covers the old BrainPy 2.0 API. <span style="color: lightgray;">[Explore the new <b>BrainPy 3.0</b> API ✨]</span>
125122 </a>
126123 """
127124else :
You can’t perform that action at this time.
0 commit comments