Skip to content

Commit c95c074

Browse files
authored
Merge pull request #169 from askpatrickw/rtd-python-ver
correct python version for RTD
2 parents 507287f + d3d88ec commit c95c074

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
# Required
99
version: 2
1010

11+
build:
12+
os: ubuntu-20.04
13+
tools:
14+
python: "3"
15+
1116
python:
12-
version: "3.x"
1317
install:
1418
- requirements: docs/requirements.txt
1519
- requirements: requirements.txt

0 commit comments

Comments
 (0)