We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8322002 commit debdfa2Copy full SHA for debdfa2
1 file changed
scripts/mkdoc.sh
@@ -47,7 +47,7 @@ cd ${ROOT_FOLDER}
47
48
# Create a virtual environment
49
if [ ! -d ".venv" ]; then
50
- python3 -m venv .venv
+ ${PYTHON:-python3} -m venv .venv
51
52
# Install sphinx, matplotlib, pandas, scipy, wheel and pydoctor into the venv.
53
# doc2dash is optional; it will be installed when -d is given
0 commit comments