summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 05cb07bec93d03ce6230fa6127298800c73162c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
  configuration: doc/conf.py

python:
  version: 3.8
  install:
    - requirements: doc/requirements.txt