Skip to content

Commit eacd103

Browse files
committed
Ignore build products for execution.
1 parent 0335fff commit eacd103

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/conf.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
extensions = ["myst_nb", "sphinx_copybutton"]
2+
3+
exclude_patterns = ["_build"]
4+
5+
html_theme = 'sphinx_book_theme'
6+
html_title = 'Executable Tutorials'
7+
html_theme_options = {
8+
"repository_url": "https://github.com/scientific-python/executable-tutorials",
9+
"path_to_docs": "docs",
10+
"repository_branch": "main",
11+
"use_repository_button": True,
12+
"use_issues_button": True,
13+
"use_edit_page_button": True,
14+
}
15+
nb_execution_mode = "auto"

0 commit comments

Comments
 (0)