From 645f47de0304f3ade38dfedc056159a613f3f005 Mon Sep 17 00:00:00 2001 From: AzaharaC Date: Mon, 31 May 2021 17:34:29 +0200 Subject: [PATCH] fix(readthedocs): updated readthedocs file Signed-off-by: AzaharaC --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cb86c3cdc8..628f6d6f9f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,4 +10,9 @@ formats: sphinx: builder: html configuration: docs/source/conf.py - fail_on_warning: true + +# Explicitly set the version of Python and its requirements +python: + version: 3.7 + install: + - requirements: docs/pip-requirements.txt \ No newline at end of file