.readthedocs.yaml 462 B

123456789101112131415161718192021222324
  1. # Copyright (c) 2023, Arm Limited. All rights reserved
  2. #
  3. # SPDX-License-Identifier: BSD-3-Clause
  4. #
  5. # Configuration file for the readthedocs deploy
  6. # Available at https://trustedfirmware-a.readthedocs.io/en/latest/
  7. # readthedocs config version
  8. version: 2
  9. build:
  10. os: ubuntu-22.04 # Ubuntu Jammy LTS
  11. tools:
  12. python: "3.10"
  13. apt_packages:
  14. - plantuml
  15. python:
  16. install:
  17. - requirements: docs/requirements.txt
  18. sphinx:
  19. configuration: docs/conf.py