From ba7d2323c898fccee7cd19f0561f7082712571b5 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 12 Jan 2021 23:38:26 +0200 Subject: [PATCH] Fix RTD config --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ac46269b..523f4428 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,5 +7,8 @@ formats: all python: version: 3.8 - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs