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 0335fff commit eacd103Copy full SHA for eacd103
docs/conf.py
@@ -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