commit | c54579dda374fec1f684fee2046ae5bbd157b6ef | [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 | 09c020f457d46c3fcd27f2cb8a3415cc259ac305 [diff] | |
parent | 5f0f3bf4084864e351598f94cf800a57374e2877 [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