Jessica Wagantall | e05eb92 | 2020-02-06 15:07:46 -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 |
| 6 | version: 2 |
| 7 | |
| 8 | formats: |
| 9 | - htmlzip |
| 10 | |
| 11 | build: |
vasraz | 595ae1e | 2023-06-21 23:25:11 +0100 | [diff] [blame] | 12 | os: ubuntu-20.04 |
| 13 | tools: |
| 14 | python: "3.8" |
Jessica Wagantall | e05eb92 | 2020-02-06 15:07:46 -0800 | [diff] [blame] | 15 | |
| 16 | python: |
Jessica Wagantall | e05eb92 | 2020-02-06 15:07:46 -0800 | [diff] [blame] | 17 | install: |
| 18 | - requirements: docs/requirements-docs.txt |
| 19 | |
| 20 | sphinx: |
| 21 | configuration: docs/conf.py |