Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ html:
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
# Do not edit this - the version placeholder is replaced by the
# current version during a distribution build in the Makefile
extra_footer: |
<div>
msprime __MSPRIME_VERSION__
</div>

sphinx:
extra_extensions:
Expand All @@ -46,6 +40,8 @@ sphinx:
html_theme_options:
navigation_with_keys: False
pygments_dark_style: monokai
logo:
text: "Version __MSPRIME_VERSION__"
myst_enable_extensions:
- colon_fence
- deflist
Expand Down
Loading