blob: f35ca04610e532ab96de12fc301c97a00bba5941 [file] [log] [blame]
Aric Gardnerdd7413d2020-02-05 13:15:34 -05001---
2# .readthedocs.yml
3# # Read the Docs configuration file
4# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5# # Required
6#
7version: 2
Aric Gardner0fb94b12020-01-28 15:21:34 -05008
9formats:
10 - htmlzip
11
Aric Gardner0fb94b12020-01-28 15:21:34 -050012build:
13 image: latest
14
Aric Gardnerdd7413d2020-02-05 13:15:34 -050015python:
16 version: 3.7
17 install:
18 - requirements: etc/requirements.txt
Aric Gardner0fb94b12020-01-28 15:21:34 -050019
Aric Gardnerf1f16c02020-02-05 14:58:31 -050020submodules:
Aric Gardner24d9cda2020-02-06 12:19:52 -050021 include: all
Aric Gardnerf1f16c02020-02-05 14:58:31 -050022
Aric Gardner0fb94b12020-01-28 15:21:34 -050023sphinx:
Aric Gardnerdd7413d2020-02-05 13:15:34 -050024 configuration: docs/conf.py