We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7e8da + dedb63f commit f13999aCopy full SHA for f13999a
docs/Makefile
@@ -17,6 +17,7 @@ dev:
17
18
dist:
19
@echo Building distribution for tskit version ${TSK_VERSION}
20
+ cd doxygen && doxygen
21
sed -i -e s/__TSKIT_VERSION__/${TSK_VERSION}/g _config.yml
22
PYTHONPATH=${PYPATH} ./build.sh
23
docs/_config.yml
@@ -24,8 +24,8 @@ html:
24
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: tskit __TSKIT_VERSION__
28
- extra_footer: tskit __TSKIT_VERSION__
+ extra_navbar: tskit 0.4.0b1
+ extra_footer: tskit 0.4.0b1
29
30
sphinx:
31
extra_extensions:
0 commit comments