blob: e83cd90fd04b7994e5c91eec86f4035a95bb4dfd [file] [log] [blame]
Austin Schuh41baf202022-01-01 14:33:40 -08001# .readthedocs.yaml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5version: 2
6
7sphinx:
8 configuration: docs/conf.py
9
10python:
11 version: 3.8
12 install:
13 - requirements: docs/requirements.txt
14
15submodules:
16 include: []
17 recursive: false
18