summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 48d6b434db10adf6ad99f493bf5ca10bc254de9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
#
# ReadTheDocs configuration.
# See https://docs.readthedocs.io/en/stable/config-file/v2.html

version: 2

sphinx:
  builder: html
  configuration: doc/conf.py

# Build all the formats
formats:
  - epub
  - htmlzip
  - pdf

python:
  # PYVERSIONS
  version: 3.7
  install:
    - requirements: doc/requirements.pip
    - method: pip
      path: .
  system_packages: false