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

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

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