blob: 243587e402c55a7a826e776fa06d4c44ded4e0e8 [file] [log] [blame]
Lott, Christopher (cl778h)6b1d4372020-05-29 11:27:32 -04001---
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:
czichyfb81f502023-08-31 13:10:16 +030012 os: latest
13 tools:
14 python: "3.7"
Lott, Christopher (cl778h)6b1d4372020-05-29 11:27:32 -040015
16python:
Lott, Christopher (cl778h)6b1d4372020-05-29 11:27:32 -040017 install:
18 - requirements: docs/requirements-docs.txt
19
20sphinx:
21 configuration: docs/conf.py