File: .readthedocs.yml

package info (click to toggle)
python-cssselect 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 2,659; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: .