Prepare v2023.10
[platform/kernel/u-boot.git] / .readthedocs.yml
index f3fb5ed..7c6c255 100644 (file)
@@ -5,15 +5,20 @@
 # Required
 version: 2
 
+build:
+  os: "ubuntu-20.04"
+  apt_packages:
+    - python3-six
+  tools:
+    python: "3.9"
+
 # Build documentation in the docs/ directory with Sphinx
 sphinx:
-  configuration: docs/conf.py
+  configuration: doc/conf.py
 
 # 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