summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 64e674f9a14fc0e1d6858c5cb62915d848d65749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2

sphinx:
  configuration: _doc/conf.py

formats: [epub, pdf]

python:
  version: 3.7
  install:
    method: pip
    path: . 
    extra_requirements: [docs]