Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -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 |
Cédric Ollivier | 68e2a7f | 2023-06-26 14:20:26 +0200 | [diff] [blame] | 6 | |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 7 | version: 2 |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 8 | build: |
Cédric Ollivier | 68e2a7f | 2023-06-26 14:20:26 +0200 | [diff] [blame] | 9 | os: ubuntu-20.04 |
| 10 | tools: |
| 11 | python: "3.8" |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 12 | |
| 13 | python: |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 14 | install: |
Cédric Ollivier | 68e2a7f | 2023-06-26 14:20:26 +0200 | [diff] [blame] | 15 | - requirements: docs/requirements-docs.txt |
Jessica Wagantall | 449c8be | 2020-02-06 13:25:49 -0800 | [diff] [blame] | 16 | |
| 17 | sphinx: |
| 18 | configuration: docs/conf.py |