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

python:
   version: 3.7
   install:
      - requirements: doc/en/requirements.txt
      - method: pip
        path: .

formats:
  - epub
  - pdf