We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a44e57 commit dc7a7e6Copy full SHA for dc7a7e6
docs/_config.yml
@@ -23,12 +23,6 @@ html:
23
use_issues_button: true
24
use_repository_button: true
25
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_footer: |
29
- <div>
30
- msprime __MSPRIME_VERSION__
31
- </div>
32
33
sphinx:
34
extra_extensions:
@@ -46,6 +40,8 @@ sphinx:
46
40
html_theme_options:
47
41
navigation_with_keys: False
48
42
pygments_dark_style: monokai
43
+ logo:
44
+ text: "Version __MSPRIME_VERSION__"
49
45
myst_enable_extensions:
50
- colon_fence
51
- deflist
0 commit comments