]> Git Repo - J-u-boot.git/blame - .readthedocs.yml
Merge patch series "CI: Set up for an arm64 runner"
[J-u-boot.git] / .readthedocs.yml
CommitLineData
f5614989
HS
1# .readthedocs.yml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5# Required
6version: 2
7
8804b276 8build:
93cfcb02 9 os: "ubuntu-24.04"
8804b276
HS
10 apt_packages:
11 - python3-six
12 tools:
93cfcb02 13 python: "3.12"
8804b276 14
f5614989
HS
15# Build documentation in the docs/ directory with Sphinx
16sphinx:
14b70045 17 configuration: doc/conf.py
f5614989
HS
18
19# Optionally build your docs in additional formats such as PDF and ePub
20formats: []
21
8804b276
HS
22python:
23 install:
24 - requirements: doc/sphinx/requirements.txt
This page took 0.102778 seconds and 4 git commands to generate.