From 2cf64b4080edca0c5124fb8d6e689620ef71ff83 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Mon, 15 Jan 2024 21:57:22 +0100 Subject: [PATCH] Update .readthedocs.yaml Experiment with pip requirements --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bdb2a5d..e3373df 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: pip-requirements.txt