From ca7eb2bb3dd709272dd1dd86c4ed25f8c21dadba Mon Sep 17 00:00:00 2001 From: Mathias Walzer Date: Fri, 6 Nov 2020 12:55:48 +0000 Subject: [PATCH] fix readthedocs autobuild inheritancediagram --- .readthedocs.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8e80da6..7f7fa6f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,8 @@ formats: - pdf # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + version: 3.7 + install: + - method: pip + path: . \ No newline at end of file