From 5f5c1afd98baee382d9f6db38feac27f6aaba12e Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Fri, 27 Mar 2020 21:56:38 +0100 Subject: [PATCH] Forgot to install the project on readthedocs... --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 70b593cff..3e506f8e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,3 +7,8 @@ sphinx: python: version: 3.7 + install: + - requirements: rdocs-requirements.txt + - method: pip + path: . +