summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: edbff392fdb127fe157384c3cb4778245179954c (plain)
1
2
3
4
5
6
7
8
9
10
version: 2

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

python:
   install:
   - requirements: doc-requirements.txt