From 6ed00a691051046949d1a2fae07a01111ebb2fa5 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Wed, 14 Aug 2024 23:27:20 +0200 Subject: [PATCH] Install alot on RTD --- readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readthedocs.yaml b/readthedocs.yaml index e93b850b0..aa7ba064d 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -19,6 +19,10 @@ build: post_install: - git checkout pyproject.toml +# Install alot itself before building the docs +python: + install: + - path: . # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/source/conf.py