From 6755b5747a671506606c0daf7d77296b0a876367 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Wed, 15 Nov 2023 21:34:29 +0200 Subject: [PATCH] docs(rtd-build): manually install artificial_artwork package (in edit mode) --- .readthedocs.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 84a978c..b38edd7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,12 @@ build: # post_system_dependencies: # - python3 -m pip install --user poetry pre_install: - - python3 -m pip install poetry - - python3 -m poetry export -o req-docs.txt -E docs + - python --version + # generate compatible and pinned dependencies in pip format, for python3.8 + - python -m pip install poetry + - python -m poetry export -o req-docs.txt -E docs + post_install: + - python -m pip install -e . # Build documentation in the "docs/" directory with mkdocs