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