From 93754864f129be7a58262a81f463de7192f60a6b Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Fri, 29 Dec 2023 00:12:06 +0100 Subject: [PATCH] install package --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a8b5cc7..a835eb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,4 +28,6 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: + - method: setuptools + path: . - requirements: readthedocs-pip-requirements.txt \ No newline at end of file