blob: 864f935f3f4c2219ac077a26bafc65ecb28b7c1b [file] [log] [blame]
nm755nf9280742019-11-20 14:11:35 +00001---
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:
czichyb0f40b12023-09-01 09:24:01 +030012 os: "ubuntu-22.04"
13 tools:
14 python: "3.7"
nm755nf9280742019-11-20 14:11:35 +000015
16python:
nm755nf9280742019-11-20 14:11:35 +000017 install:
18 - requirements: docs/requirements-docs.txt
19
20sphinx:
21 configuration: docs/conf.py