Merge pull request #4249 from Gallaecio/docs-py37

Use Python 3.7 to build the documentation
This commit is contained in:
Mikhail Korobov 2019-12-20 01:54:26 +05:00 committed by GitHub
commit a611a7c0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@ version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.8
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
version: 3.7 # Keep in sync with .travis.yml
install:
- requirements: docs/requirements.txt

View File

@ -25,7 +25,7 @@ matrix:
- env: TOXENV=extra-deps
python: 3.8
- env: TOXENV=docs
python: 3.8
python: 3.7 # Keep in sync with .readthedocs.yml
install:
- |
if [ "$TOXENV" = "pypy3" ]; then