blob: 864f935f3f4c2219ac077a26bafc65ecb28b7c1b [file] [log] [blame]
naman.guptab37f3022022-12-12 17:34:31 +05301---
czichy7bb7cfe2023-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
naman.guptab37f3022022-12-12 17:34:31 +05306version: 2
7
8formats:
9 - htmlzip
10
11build:
czichy7bb7cfe2023-09-01 09:24:01 +030012 os: "ubuntu-22.04"
13 tools:
14 python: "3.7"
naman.guptab37f3022022-12-12 17:34:31 +053015
16python:
naman.guptab37f3022022-12-12 17:34:31 +053017 install:
18 - requirements: docs/requirements-docs.txt
19
20sphinx:
21 configuration: docs/conf.py