From 40ff6c97ab99b05fefbdec779478eeba36daf2b3 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Mon, 15 Jan 2024 21:52:07 +0100 Subject: [PATCH] Update .readthedocs.yaml Attempt to get builds running --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 015eb5d..bdb2a5d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,6 @@ mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt +# python: +# install: +# - requirements: docs/requirements.txt