summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
blob: f9b33a1414ab6fa74b059a10939b0ba4fbd2aae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Formats in addition to HTML

formats:
   - htmlzip

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

# Build Container
build:
   image: latest


sphinx:
    configuration: docs/conf.py