Skip to content

Commit eae46bc

Browse files
committed
Explicitly use python3 on ReadTheDocs.
Without this, circuitpython-travis-build-tools cannot be installed by it. (It installs it because its listed in requirements.txt)
1 parent 44ffdf8 commit eae46bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{ cookiecutter.library_name }}/readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
python:
2+
version: 3
13
requirements_file: requirements.txt
2-

0 commit comments

Comments
 (0)