Jessica Wagantall | 8d66fe8 | 2020-02-06 15:08:47 -0800 | [diff] [blame] | 1 | --- |
| 2 | # .readthedocs.yml |
efiacor | 248a9f1 | 2022-10-25 11:46:34 +0100 | [diff] [blame] | 3 | # # Read the Docs configuration file |
| 4 | # # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details |
| 5 | # # Required |
| 6 | # |
Jessica Wagantall | 8d66fe8 | 2020-02-06 15:08:47 -0800 | [diff] [blame] | 7 | version: 2 |
| 8 | |
Jessica Wagantall | 8d66fe8 | 2020-02-06 15:08:47 -0800 | [diff] [blame] | 9 | build: |
| 10 | image: latest |
| 11 | |
| 12 | python: |
| 13 | version: 3.7 |
| 14 | install: |
| 15 | - requirements: docs/requirements-docs.txt |
| 16 | |
efiacor | 248a9f1 | 2022-10-25 11:46:34 +0100 | [diff] [blame] | 17 | submodules: |
| 18 | include: all |
| 19 | |
Jessica Wagantall | 8d66fe8 | 2020-02-06 15:08:47 -0800 | [diff] [blame] | 20 | sphinx: |
| 21 | configuration: docs/conf.py |