Skip to content

Commit 2ff880a

Browse files
committed
🧪 Run python3 explicitly @ RTD config
1 parent 1b7cd6a commit 2ff880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
commands:
1313
- >-
1414
PYTHONWARNINGS=error
15-
python -Im venv "${READTHEDOCS_VIRTUALENV_PATH}"
15+
python3 -Im venv "${READTHEDOCS_VIRTUALENV_PATH}"
1616
- >-
1717
PYTHONWARNINGS=error
1818
"${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -Im

0 commit comments

Comments
 (0)