mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-14 06:08:25 +00:00
13 lines
316 B
YAML
13 lines
316 B
YAML
version: 2
|
|
formats: all
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: true
|
|
python:
|
|
# 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
|
|
- path: .
|