mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 14:54:51 +00:00
Tell readthedocs to use Python 3.6 because 3.5.2 is bugged
https://github.com/rtfd/readthedocs.org/issues/5051 To be removed once readthedocs images use an updated Python interpreter.
This commit is contained in:
parent
1960b00280
commit
12e070f6b1
1 changed files with 6 additions and 0 deletions
6
readthedocs.yml
Normal file
6
readthedocs.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
build:
|
||||||
|
image: latest
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: 3.6
|
||||||
|
setup_py_install: true
|
||||||
Loading…
Reference in a new issue