summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/packaging/.readthedocs.yml
blob: d8ac21668799ac6dc004e5f78b394f7e0a92eff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2

build:
  image: latest

formats: [pdf]
sphinx:
  configuration: docs/conf.py

python:
  version: 3.8
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .