summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 28611d43d79c4856d39b3588f184db0009251959 (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.7
   install:
   - requirements: doc/requirements.txt