From 2325d1898f65f7caa7e8fc06f6dea064a8a18c25 Mon Sep 17 00:00:00 2001 From: Thomas Wolgast Date: Fri, 29 Nov 2024 17:51:08 +0100 Subject: [PATCH] Bugfix attempt --- .readthedocs.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a33784..6009270 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,12 +18,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: - +python: install: - - requirements: docs/requirements.txt - - method: pip - path: . - - version: - branch: development \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: .