From 789fb427de28e511b4f57469485d89f212db6455 Mon Sep 17 00:00:00 2001 From: Zomatree Date: Sun, 29 Aug 2021 21:37:59 +0100 Subject: [PATCH] update rtd config --- .readthedocs.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a83d77b..49b3a5b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1 +1,9 @@ -requirements_file: docs_requirements.txt +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: "3.9" + install: + - requirements: docs_requirements.txt