Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custodians...
[u-boot.git] / .readthedocs.yml
blob16418f286dce86bdb6bc1c8e7406cd7de91d9094
1 # .readthedocs.yml
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5 # Required
6 version: 2
8 build:
9   os: "ubuntu-24.04"
10   apt_packages:
11     - python3-six
12   tools:
13     python: "3.12"
15 # Build documentation in the docs/ directory with Sphinx
16 sphinx:
17   configuration: doc/conf.py
19 # Optionally build your docs in additional formats such as PDF and ePub
20 formats: []
22 python:
23   install:
24     - requirements: doc/sphinx/requirements.txt