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

sphinx:
  builder: htmldir
  configuration: docs/html/conf.py

python:
  version: 3.7
  install:
    - requirements: tools/requirements/docs.txt