From eaa08b824a3aa5240df84de7afa76096accba67b Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Thu, 26 Mar 2020 11:18:17 +0100 Subject: [PATCH] Added readthedocs conf file --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..70b593cff --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +# Read the Docs configuration file + +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.7