Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 1 | --- |
2 | # .readthedocs.yml | ||||
liamfallon | 688a2dd | 2022-11-01 13:16:21 +0000 | [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 | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 7 | version: 2 |
8 | |||||
Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 9 | build: |
rameshiyer27 | 90f91bd | 2023-06-19 23:25:38 +0100 | [diff] [blame] | 10 | os: ubuntu-20.04 |
11 | tools: | ||||
12 | python: "3.8" | ||||
Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 13 | |
14 | python: | ||||
liamfallon | 688a2dd | 2022-11-01 13:16:21 +0000 | [diff] [blame] | 15 | install: |
rameshiyer27 | 90f91bd | 2023-06-19 23:25:38 +0100 | [diff] [blame] | 16 | - requirements: docs/requirements-docs.txt |
Jessica Wagantall | 57cf0b5 | 2020-02-06 15:26:32 -0800 | [diff] [blame] | 17 | |
18 | sphinx: | ||||
liamfallon | 688a2dd | 2022-11-01 13:16:21 +0000 | [diff] [blame] | 19 | configuration: docs/conf.py |