From 3bd386a3531bfc5ca46ce1e2263ab784f6d2a2ce Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 27 Nov 2020 18:28:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Add=20rtd=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ee5d469c --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .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/source/conf.py + +formats: all + +python: + version: 3.8 + install: + - method: pip + path: .