Switch back to Python 3.8 for ReadTheDocs (#1839)

ReadTheDocs doesn't support Python 3.9 yet.
This commit is contained in:
Richard Si 2020-11-25 19:26:35 -05:00 committed by GitHub
parent 4d03716eae
commit 7f75fe3669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
version: 2 version: 2
python: python:
version: 3.9 version: 3.8
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: setuptools - method: setuptools