From d5957b82de26c5785fd88eb29106e478b622ac8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 16 Feb 2021 09:57:19 +0000 Subject: [PATCH] Use python3.8 for rtd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .readthedocs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..d46202651 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +version: 2 +build: + image: latest +formats: + - htmlzip + - epub + - pdf +python: + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - docs +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true