From 2c99ce5f347db7039200cab82e350b437efa8c67 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 16 Aug 2023 15:03:32 +0100 Subject: [PATCH] Update .readthedocs.yaml Co-authored-by: Sviatoslav Sydorenko --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index afc6a27..febd73e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - python -m venv "${READTHEDOCS_VIRTUALENV_PATH}" - >- "${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -m pip install --exists-action=w -r requirements.in -c requirements.txt - - "${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -I build.py + - >- + "${READTHEDOCS_VIRTUALENV_PATH}"/bin/python -I build.py - mkdir -pv "${READTHEDOCS_OUTPUT}" - cp -rv output "${READTHEDOCS_OUTPUT}"/html