blob: e442ca780417c256ca5ba826cd8ec2b856a38493 [file] [log] [blame]
Jessica Wagantalle05eb922020-02-06 15:07:46 -08001---
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
6version: 2
7
8formats:
9 - htmlzip
10
11build:
vasraz595ae1e2023-06-21 23:25:11 +010012 os: ubuntu-20.04
13 tools:
14 python: "3.8"
Jessica Wagantalle05eb922020-02-06 15:07:46 -080015
16python:
Jessica Wagantalle05eb922020-02-06 15:07:46 -080017 install:
18 - requirements: docs/requirements-docs.txt
19
20sphinx:
21 configuration: docs/conf.py