mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-06 09:07:32 +00:00
18 lines
385 B
YAML
18 lines
385 B
YAML
version: 2
|
|
formats: all
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: true
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
# For available versions, see:
|
|
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
|
|
python: "3.13" # Keep in sync with .github/workflows/checks.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- path: .
|