Skip to content

Commit 0c2f38c

Browse files
committed
correct python version for RTD
1 parent 46e5e67 commit 0c2f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter and 'tmp_repo' }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version: 2
1010

1111
python:
12-
version: "3.x"
12+
version: "3.7"
1313
install:
1414
- requirements: docs/requirements.txt
1515
- requirements: requirements.txt

0 commit comments

Comments
 (0)