File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ author: Tskit Developers
6
6
copyright : " 2018"
7
7
only_build_toc_files : true
8
8
logo : tsinfer_logo.svg
9
+ favicon : favicon.ico
9
10
10
11
execute :
11
12
execute_notebooks : cache
@@ -22,13 +23,10 @@ html:
22
23
use_issues_button : true
23
24
use_repository_button : true
24
25
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__
29
26
30
27
sphinx :
31
28
extra_extensions :
29
+ - sphinx_copybutton
32
30
- sphinx.ext.autodoc
33
31
- sphinx.ext.autosummary
34
32
- sphinx.ext.todo
@@ -42,6 +40,9 @@ sphinx:
42
40
html_theme : sphinx_book_theme
43
41
html_theme_options :
44
42
pygments_dark_style : monokai
43
+ navigation_with_keys : false
44
+ logo :
45
+ text : " Version __TSINFER_VERSION__"
45
46
pygments_style : monokai
46
47
myst_enable_extensions :
47
48
- colon_fence
You can’t perform that action at this time.
0 commit comments