blob: e49b4bfb05af80d4a28639e4fa90e90327954cd5 [file] [log] [blame]
Jessica Wagantall57cf0b52020-02-06 15:26:32 -08001---
2# .readthedocs.yml
liamfallon688a2dd2022-11-01 13:16:21 +00003# # Read the Docs configuration file
4# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5# # Required
6#
Jessica Wagantall57cf0b52020-02-06 15:26:32 -08007version: 2
8
Jessica Wagantall57cf0b52020-02-06 15:26:32 -08009build:
rameshiyer2790f91bd2023-06-19 23:25:38 +010010 os: ubuntu-20.04
11 tools:
12 python: "3.8"
Jessica Wagantall57cf0b52020-02-06 15:26:32 -080013
14python:
liamfallon688a2dd2022-11-01 13:16:21 +000015 install:
rameshiyer2790f91bd2023-06-19 23:25:38 +010016 - requirements: docs/requirements-docs.txt
Jessica Wagantall57cf0b52020-02-06 15:26:32 -080017
18sphinx:
liamfallon688a2dd2022-11-01 13:16:21 +000019 configuration: docs/conf.py