Jessica Wagantall | 8e3363f | 2020-02-06 15:21:38 -0800 | [diff] [blame] | 1 | --- |
| 2 | # .readthedocs.yml |
| 3 | # Read the Docs configuration file |
| 4 | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details |
Jessica Wagantall | 8e3363f | 2020-02-06 15:21:38 -0800 | [diff] [blame] | 5 | version: 2 |
| 6 | |
Jessica Wagantall | 8e3363f | 2020-02-06 15:21:38 -0800 | [diff] [blame] | 7 | build: |
| 8 | image: latest |
| 9 | |
| 10 | python: |
| 11 | version: 3.7 |
| 12 | install: |
| 13 | - requirements: docs/requirements-docs.txt |
| 14 | |
efiacor | 49ba508 | 2022-11-07 09:12:01 +0000 | [diff] [blame] | 15 | submodules: |
| 16 | include: all |
| 17 | |
Jessica Wagantall | 8e3363f | 2020-02-06 15:21:38 -0800 | [diff] [blame] | 18 | sphinx: |
| 19 | configuration: docs/conf.py |