Use Python 3.7 to build the documentation

This commit is contained in:
Adrián Chaves 2019-12-19 12:06:15 +01:00
parent c841a1f3e7
commit f6bc1940a3
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