From 27d61089a7776527508d08d457b294924489dc1e Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Fri, 29 Dec 2023 00:21:59 +0100 Subject: [PATCH] configured readthedocs --- .readthedocs.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 382ca2a..a835eb6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -26,6 +26,8 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - method: setuptools + path: . + - requirements: readthedocs-pip-requirements.txt \ No newline at end of file