Commit 8d4bc06d authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use python3 to build docs, not a specific Py3 version

parent a7dc145d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

set -e

PY_EXE=python3.7
PY_EXE=python3

echo "-----------------------------------------------"
echo "Current directory: $(pwd)"