From 400b539c955cb8ea2a2cbb5493d0d637d49b340b Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 14 Dec 2023 11:23:29 +0100 Subject: [PATCH] override full rtd docs Signed-off-by: Moritz Wiesinger --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8545b66f09..b23fca874b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,11 @@ build: tools: python: "3.11" commands: + - python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH + - python -m pip install --upgrade --no-cache-dir pip setuptools + - python -m pip install --upgrade --no-cache-dir mkdocs + - python -m pip install --exists-action=w --no-cache-dir -r requirements.txt + - cat mkdocs.yml - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml --strict mkdocs: