Skip to content

Commit 942e383

Browse files
committed
Use plain python in doc Makefile
1 parent 4187575 commit 942e383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need to set PYTHONPATH so that we pick up the local tskit
33
PYPATH=$(shell pwd)/../python/
44
TSK_VERSION:=$(shell PYTHONPATH=${PYPATH} \
5-
python3 -c 'import tskit; print(tskit.__version__.split("+")[0])')
5+
python -c 'import tskit; print(tskit.__version__.split("+")[0])')
66

77
BUILDDIR = _build
88
DOXYGEN_XML=doxygen/xml

0 commit comments

Comments
 (0)