From: Harrison Mutai Date: Sat, 20 May 2023 09:09:41 +0000 (+0100) Subject: fix: pin poetry to version used in CI X-Git-Tag: baikal/aarch64/sdk5.10~1^2~5^2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=5f0f3bf4084864e351598f94cf800a57374e2877;p=arm-tf.git fix: pin poetry to version used in CI Pin poetry to version 1.3.2, which is currently used in CI, to ensure that all builds are consistent. Also, fix typo in `doc` group name. Change-Id: Id0c1aa88ac7ffcc241a51c693570e87abacf7ebc Signed-off-by: Harrison Mutai --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 450d6bea2..620706682 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,10 +17,10 @@ build: - plantuml jobs: post_create_environment: - - pip install poetry + - pip install poetry=="1.3.2" - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - poetry install --with doc sphinx: configuration: docs/conf.py