summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: e6fdcb437c7a4a03f1c4bf19a0a0980c3f76f5df (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]