]> Git Repo - u-boot.git/blobdiff - .readthedocs.yml
imx8m*-venice: define suitable address for SPL_LOAD_FIT_ADDRESS
[u-boot.git] / .readthedocs.yml
index 44949ea239d8ea1f459c5f57bda669a59a01b63c..16418f286dce86bdb6bc1c8e7406cd7de91d9094 100644 (file)
@@ -5,6 +5,13 @@
 # Required
 version: 2
 
+build:
+  os: "ubuntu-24.04"
+  apt_packages:
+    - python3-six
+  tools:
+    python: "3.12"
+
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
   configuration: doc/conf.py
@@ -12,8 +19,6 @@ sphinx:
 # Optionally build your docs in additional formats such as PDF and ePub
 formats: []
 
-# Optionally set the version of Python and requirements required to build your docs
-# python:
-#   version: 3.7
-#   install:
-#     - requirements: docs/requirements.txt
+python:
+  install:
+    - requirements: doc/sphinx/requirements.txt
This page took 0.024952 seconds and 4 git commands to generate.