blob: fa15a7cd32fdd5d71851d5bf85f4c9901dd0087c [file] [log] [blame]
Jessica Wagantall8e3363f2020-02-06 15:21:38 -08001---
2# .readthedocs.yml
3# Read the Docs configuration file
4# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Jessica Wagantall8e3363f2020-02-06 15:21:38 -08005version: 2
6
Jessica Wagantall8e3363f2020-02-06 15:21:38 -08007build:
8 image: latest
9
10python:
11 version: 3.7
12 install:
13 - requirements: docs/requirements-docs.txt
14
efiacor49ba5082022-11-07 09:12:01 +000015submodules:
16 include: all
17
Jessica Wagantall8e3363f2020-02-06 15:21:38 -080018sphinx:
19 configuration: docs/conf.py