summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
blob: 217c7df195b86de156e9f241c2a5f2790ff055ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2

build:
  os: ubuntu-20.04
  tools:
    python: "3.9"

sphinx:
  configuration: docs/conf.py

python:
  install:
    - requirements: requirements.txt
    - method: setuptools
      path: .