mirror of https://github.com/scrapy/scrapy.git
Fix the ReadTheDocs configuration
This commit is contained in:
parent
c0a6ec084a
commit
f9b1494148
|
|
@ -5,12 +5,13 @@ sphinx:
|
||||||
fail_on_warning: true
|
fail_on_warning: true
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: latest
|
os: ubuntu-20.04
|
||||||
|
tools:
|
||||||
|
# For available versions, see:
|
||||||
|
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
|
||||||
|
python: "3.8" # Keep in sync with .github/workflows/checks.yml
|
||||||
|
|
||||||
python:
|
python:
|
||||||
# For available versions, see:
|
|
||||||
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
|
|
||||||
version: 3.8 # Keep in sync with .github/workflows/checks.yml
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
- path: .
|
- path: .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue