mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-21 04:33:24 +00:00
10 lines
265 B
YAML
10 lines
265 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
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
|