blob: f56b3b71f0b07faaea95a17f8d1189896ab23689 [file] [log] [blame]
Jessica Wagantall72348172020-02-06 15:25:50 -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
thmsdt258ca722023-06-22 10:32:12 +02006
Jessica Wagantall72348172020-02-06 15:25:50 -08007version: 2
Jessica Wagantall72348172020-02-06 15:25:50 -08008build:
thmsdt258ca722023-06-22 10:32:12 +02009 os: ubuntu-20.04
10 tools:
11 python: "3.8"
Jessica Wagantall72348172020-02-06 15:25:50 -080012
13python:
Jessica Wagantall72348172020-02-06 15:25:50 -080014 install:
thmsdt258ca722023-06-22 10:32:12 +020015 - requirements: docs/requirements-docs.txt
Jessica Wagantall72348172020-02-06 15:25:50 -080016
17sphinx:
18 configuration: docs/conf.py