From e3d9e50b53f100b5d269459d449cea95a69947d8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Jun 2023 20:58:10 +0300 Subject: [PATCH] pip install . --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index feadb8f..d4eb136 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,5 +9,10 @@ build: tools: python: "3" +python: + install: + - method: pip + path: . + sphinx: configuration: docs/conf.py