mirror of https://github.com/scrapy/scrapy.git
Use Python 3.7 to build the documentation
This commit is contained in:
parent
c841a1f3e7
commit
f6bc1940a3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue