blob: 864f935f3f4c2219ac077a26bafc65ecb28b7c1b [file] [log] [blame]
Mohamed Abukarb980c9a2019-12-02 11:22:22 +02001---
czichy6b449f92023-09-01 09:24:01 +03002# .readthedocs.yml
3# Read the Docs configuration file
4# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5# Required
Mohamed Abukarb980c9a2019-12-02 11:22:22 +02006version: 2
7
8formats:
9 - htmlzip
10
11build:
czichy6b449f92023-09-01 09:24:01 +030012 os: "ubuntu-22.04"
13 tools:
14 python: "3.7"
Mohamed Abukarb980c9a2019-12-02 11:22:22 +020015
16python:
Mohamed Abukarb980c9a2019-12-02 11:22:22 +020017 install:
18 - requirements: docs/requirements-docs.txt
19
20sphinx:
21 configuration: docs/conf.py