File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ author: Tskit Developers
6
6
copyright : " 2022"
7
7
only_build_toc_files : true
8
8
logo : logo.svg
9
+ favicon : favicon.ico
9
10
10
11
execute :
11
12
execute_notebooks : cache
@@ -23,13 +24,10 @@ html:
23
24
use_issues_button : true
24
25
use_repository_button : true
25
26
use_edit_page_button : true
26
- # Do not edit this - the version placeholder is replaced by the
27
- # current version during a distribution build in the Makefile
28
- extra_navbar : __TSKIT_VERSION__
29
- extra_footer : __TSKIT_VERSION__
30
27
31
28
sphinx :
32
29
extra_extensions :
30
+ - sphinx_copybutton
33
31
- breathe
34
32
- sphinx.ext.autodoc
35
33
- sphinx_autodoc_typehints
@@ -47,6 +45,8 @@ sphinx:
47
45
html_theme_options :
48
46
pygments_dark_style : monokai
49
47
navigation_with_keys : false
48
+ logo :
49
+ text : " Version __TSKIT_VERSION__"
50
50
repository_url : https://github.com/tskit-dev/tskit
51
51
repository_branch : main
52
52
path_to_docs : docs
You can’t perform that action at this time.
0 commit comments