From c7d7ee38ca96bb37037003dc56e154aa9bf43b7e Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Sun, 6 Dec 2020 15:08:10 +0100 Subject: [PATCH] Switch to RTD Closes #219 --- .readthedocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..58e248782 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,12 @@ +version: 2 +build: + image: latest +sphinx: + configuration: docs/conf.py +python: + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - doc