commit | 6b4a8be3a03d32f01cfd4c627a0c866bce4d92a8 | [log] [tgz] |
---|---|---|
author | Joanna Farley <joanna.farley@arm.com> | Sat May 20 19:25:42 2023 +0200 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Sat May 20 19:25:42 2023 +0200 |
tree | 48586edab8ad20a60f0a1f127ad87ff3627c8473 | |
parent | 2bc044a8c7254a14917baddba90688d9281ecd58 [diff] | |
parent | 552a22e10e8a272c0d1a46223d8566c01ec7d986 [diff] |
Merge "fix: pin poetry to version used in CI" into integration
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 450d6be..6207066 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml
@@ -17,10 +17,10 @@ - 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