Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -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 | ||||
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 6 | # |
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 7 | version: 2 |
8 | |||||
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 9 | build: |
Dan Timoney | 4a45675 | 2023-06-20 14:52:12 -0400 | [diff] [blame] | 10 | os: ubuntu-20.04 |
11 | tools: | ||||
12 | python: "3.8" | ||||
thmsdt | c5cdaf4 | 2023-12-07 13:53:46 +0100 | [diff] [blame] | 13 | apt_packages: |
14 | - graphviz | ||||
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 15 | |
16 | python: | ||||
efiacor | 0fb3b8f | 2022-10-28 15:29:26 +0100 | [diff] [blame] | 17 | install: |
18 | - requirements: docs/requirements-docs.txt | ||||
19 | |||||
Jessica Wagantall | d236cfc | 2020-02-06 15:00:26 -0800 | [diff] [blame] | 20 | sphinx: |
Dan Timoney | 4a45675 | 2023-06-20 14:52:12 -0400 | [diff] [blame] | 21 | configuration: docs/conf.py |