Merge pull request #1002 from benjaoming/patch-1

Use just python3 in .readthedocs.yml
This commit is contained in:
Santos Gallegos 2020-10-07 10:05:03 -05:00 committed by GitHub
commit 006cd2162a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
version: 2
python:
version: 3.6
version: 3
install:
- requirements: docs/requirements.txt