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
66copyright : " 2023"
77only_build_toc_files : true
88logo : tsdate_logo.svg
9+ favicon : favicon.ico
910
1011execute :
1112 timeout : 300
@@ -26,14 +27,11 @@ html:
2627 use_issues_button : true
2728 use_repository_button : true
2829 use_edit_page_button : true
29- # Do not edit this - the version placeholder is replaced by the
30- # current version during a distribution build in the Makefile
31- extra_navbar : tsdate __TSDATE_VERSION__
32- extra_footer : tsdate __TSDATE_VERSION__
3330
3431
3532sphinx :
3633 extra_extensions :
34+ - sphinx_copybutton
3735 - sphinx.ext.autodoc
3836 - sphinx.ext.mathjax
3937 - sphinx.ext.autosummary
@@ -48,6 +46,9 @@ sphinx:
4846 html_theme : sphinx_book_theme
4947 html_theme_options :
5048 pygments_dark_style : monokai
49+ navigation_with_keys : false
50+ logo :
51+ text : " Version __TSDATE_VERSION__"
5152 pygments_style : monokai
5253 bibtex_reference_style : author_year
5354 myst_enable_extensions :
You can’t perform that action at this time.
0 commit comments