File tree Expand file tree Collapse file tree
{{cookiecutter.repository_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ title: template-repo
55author : Jørgen S. Dokken
66logo : " logo.png"
77copyright : " 2022"
8+ only_build_toc_files : true
89
910# Force re-execution of notebooks on each build.
1011# See https://jupyterbook.org/content/execute.html
@@ -31,4 +32,4 @@ sphinx:
3132 - ' sphinx.ext.napoleon'
3233 - ' sphinx.ext.viewcode'
3334
34- exclude_patterns : ["**cookiecutter.repository_name**"]
35+ exclude_patterns : ["**cookiecutter.repository_name**", ".pytest_cache/*" ]
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ title: {{ cookiecutter.project_name }}
55author : {{ cookiecutter.full_name }}
66logo : " docs/logo.png"
77copyright : " {% now 'utc', '%Y' %}"
8+ only_build_toc_files : true
89
910# Force re-execution of notebooks on each build.
1011# See https://jupyterbook.org/content/execute.html
@@ -32,4 +33,4 @@ sphinx:
3233 - ' sphinx.ext.napoleon'
3334 - ' sphinx.ext.viewcode'
3435
35- exclude_patterns : ["README.md",]
36+ exclude_patterns : ["README.md",".pytest_cache/*" ]
You can’t perform that action at this time.
0 commit comments