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
66copyright : " 2022"
77only_build_toc_files : true
88logo : logo.svg
9+ favicon : favicon.ico
910
1011execute :
1112 execute_notebooks : cache
@@ -23,13 +24,10 @@ html:
2324 use_issues_button : true
2425 use_repository_button : true
2526 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__
3027
3128sphinx :
3229 extra_extensions :
30+ - sphinx_copybutton
3331 - breathe
3432 - sphinx.ext.autodoc
3533 - sphinx_autodoc_typehints
@@ -47,6 +45,8 @@ sphinx:
4745 html_theme_options :
4846 pygments_dark_style : monokai
4947 navigation_with_keys : false
48+ logo :
49+ text : " Version __TSKIT_VERSION__"
5050 repository_url : https://github.com/tskit-dev/tskit
5151 repository_branch : main
5252 path_to_docs : docs
You can’t perform that action at this time.
0 commit comments