summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarrison Mutai <harrison.mutai@arm.com>2023-05-20 10:09:41 +0100
committerHarrison Mutai <harrison.mutai@arm.com>2023-05-20 10:16:50 +0100
commit5f0f3bf4084864e351598f94cf800a57374e2877 (patch)
tree48586edab8ad20a60f0a1f127ad87ff3627c8473
parent09c020f457d46c3fcd27f2cb8a3415cc259ac305 (diff)
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 <harrison.mutai@arm.com>
-rw-r--r--.readthedocs.yaml4
1 files changed, 2 insertions, 2 deletions
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