summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: d180754e62881bd3c550fe3dd003f3502accdac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.9"
sphinx:
  configuration: docs/conf.py
  fail_on_warning: false
python:
   install:
     - requirements: requirements_docs.txt
     - method: pip
       path: .
   system_packages: false