Skip to content

Commit d78683d

Browse files
committed
Doc changes for consistency across tskit-dev
1 parent cf8424e commit d78683d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Tskit Developers
66
copyright: "2018"
77
only_build_toc_files: true
88
logo: tsinfer_logo.svg
9+
favicon: favicon.ico
910

1011
execute:
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

3027
sphinx:
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

docs/favicon.ico

3.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)