.readthedocs.yaml 525 B

123456789101112131415161718192021222324252627
  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. python:
  14. install:
  15. - requirements: docs/requirements.txt
  16. sphinx:
  17. configuration: docs/conf.py
  18. # Auxiliary formats to export to (in addition to the default HTML output).
  19. formats:
  20. - pdf