aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
blob: 9ab35d3053021843f31c688d35580433c569ef8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: 2

formats: # Use 'all' to include all formats
  - htmlzip
  - pdf
#  - epub

python:
  version: 3.7
  install:
    - requirements: doc/requirements.txt

build:
  image: latest

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