Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -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 | 3eb2336 | 2023-06-19 17:09:11 +0200 | [diff] [blame] | 6 | |
Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -0800 | [diff] [blame] | 7 | version: 2 |
Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -0800 | [diff] [blame] | 8 | build: |
Cédric Ollivier | 3eb2336 | 2023-06-19 17:09:11 +0200 | [diff] [blame] | 9 | os: ubuntu-20.04 |
| 10 | tools: |
| 11 | python: "3.8" |
Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -0800 | [diff] [blame] | 12 | |
| 13 | python: |
Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -0800 | [diff] [blame] | 14 | install: |
Cédric Ollivier | 3eb2336 | 2023-06-19 17:09:11 +0200 | [diff] [blame] | 15 | - requirements: docs/requirements-docs.txt |
Jessica Wagantall | 6497df0 | 2020-02-06 15:04:58 -0800 | [diff] [blame] | 16 | |
| 17 | sphinx: |
| 18 | configuration: docs/conf.py |