Browse Source

Merge "fix: pin poetry to version used in CI" into integration

pull/1982/merge
Joanna Farley 1 year ago
committed by TrustedFirmware Code Review
parent
commit
c54579dda3
  1. 4
      .readthedocs.yaml

4
.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

Loading…
Cancel
Save