Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -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 |
| 5 | # Required |
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 6 | # |
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 7 | version: 2 |
| 8 | |
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 9 | build: |
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 10 | image: latest |
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 11 | |
| 12 | python: |
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 13 | version: 3.7 |
| 14 | install: |
| 15 | - requirements: docs/requirements-docs.txt |
| 16 | |
| 17 | submodules: |
| 18 | include: all |
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 19 | |
| 20 | sphinx: |
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 21 | configuration: docs/conf.py |