summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 017489dfd0b5deb0d627fa7246a7ce3e25572c40 (plain)
1
2
3
4
5
6
7
8
9
10
version: 2
formats: [htmlzip, pdf]
python:
   version: "3.7"
   install:
      - method: pip
        path: .
        extra_requirements:
          - test
          - doc