Skip to content

Commit f13999a

Browse files
authored
Merge pull request #2046 from benjeffery/fix_doc_dist
Doc dist build needs doxygen
2 parents 6d7e8da + dedb63f commit f13999a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dev:
1717

1818
dist:
1919
@echo Building distribution for tskit version ${TSK_VERSION}
20+
cd doxygen && doxygen
2021
sed -i -e s/__TSKIT_VERSION__/${TSK_VERSION}/g _config.yml
2122
PYTHONPATH=${PYPATH} ./build.sh
2223

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ html:
2424
use_edit_page_button: true
2525
# Do not edit this - the version placeholder is replaced by the
2626
# current version during a distribution build in the Makefile
27-
extra_navbar: tskit __TSKIT_VERSION__
28-
extra_footer: tskit __TSKIT_VERSION__
27+
extra_navbar: tskit 0.4.0b1
28+
extra_footer: tskit 0.4.0b1
2929

3030
sphinx:
3131
extra_extensions:

0 commit comments

Comments
 (0)