[Docs] Update Python version for docs (#3258)

* Update .readthedocs.yml

* Create 3258.misc.rst
This commit is contained in:
jack1142 2020-01-06 13:13:55 +01:00 committed by Michael H
parent 62aad10008
commit a2b68ea7fc
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build:
image: latest
python:
version: 3.7
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip

View File

@ -0,0 +1 @@
Bump python version to 3.8 in RTD configuration.