File: .readthedocs.yml

package info (click to toggle)
python-w3lib 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: python: 3,060; makefile: 133
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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.14'  # Keep in sync with .github/workflows/build.yml
python:
    install:
        - requirements: docs/requirements.txt
        - path: .