From be2ce494f4c46380756c20238e5c38cee721a9b9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 18 Nov 2020 19:12:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Add=20readthedocs=20configuratio?= =?UTF-8?q?n=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..18d4ec5 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: + - all + +python: + version: 3.8 + install: + - method: pip + path: .