blob: f56b3b71f0b07faaea95a17f8d1189896ab23689 [file] [log] [blame]
Jessica Wagantalld4c19a92020-02-06 14:52:21 -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
Jessica Wagantalld4c19a92020-02-06 14:52:21 -08006
Cédric Ollivierdf1e3a22023-06-26 14:39:09 +02007version: 2
Jessica Wagantalld4c19a92020-02-06 14:52:21 -08008build:
Cédric Ollivierdf1e3a22023-06-26 14:39:09 +02009 os: ubuntu-20.04
10 tools:
11 python: "3.8"
Jessica Wagantalld4c19a92020-02-06 14:52:21 -080012
13python:
Jessica Wagantalld4c19a92020-02-06 14:52:21 -080014 install:
Cédric Ollivierdf1e3a22023-06-26 14:39:09 +020015 - requirements: docs/requirements-docs.txt
Vijay Venkatesh Kumar958df7b2022-11-01 12:02:45 -040016
Jessica Wagantalld4c19a92020-02-06 14:52:21 -080017sphinx:
18 configuration: docs/conf.py