File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ author: Tskit Developers
66copyright : " 2018"
77only_build_toc_files : true
88logo : tsinfer_logo.svg
9+ favicon : favicon.ico
910
1011execute :
1112 execute_notebooks : cache
@@ -22,13 +23,10 @@ html:
2223 use_issues_button : true
2324 use_repository_button : true
2425 use_edit_page_button : true
25- # Do not edit this - the version placeholder is replaced by the
26- # current version during a distribution build in the Makefile
27- extra_navbar : tsinfer __TSINFER_VERSION__
28- extra_footer : tsinfer __TSINFER_VERSION__
2926
3027sphinx :
3128 extra_extensions :
29+ - sphinx_copybutton
3230 - sphinx.ext.autodoc
3331 - sphinx.ext.autosummary
3432 - sphinx.ext.todo
@@ -42,6 +40,9 @@ sphinx:
4240 html_theme : sphinx_book_theme
4341 html_theme_options :
4442 pygments_dark_style : monokai
43+ navigation_with_keys : false
44+ logo :
45+ text : " Version __TSINFER_VERSION__"
4546 pygments_style : monokai
4647 myst_enable_extensions :
4748 - colon_fence
You can’t perform that action at this time.
0 commit comments