From 7f3403a5d02c0f88d25284218dd9223b46f2e1c4 Mon Sep 17 00:00:00 2001 From: Diviloper Date: Thu, 5 Oct 2023 19:44:36 +0200 Subject: [PATCH] Add docs yml --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b131a63..2f9055ba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,5 +3,10 @@ build: os: "ubuntu-20.04" tools: python: "3.10" + +python: + install: + - requirements: docs/requirements.txt + sphinx: configuration: docs/conf.py \ No newline at end of file