From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Fri, 1 May 2020 20:06:17 +0000 (+0200)
Subject: .readthedocs.yml: fix type docs/
X-Git-Tag: v2025.01-rc5-pxa1908~2435^2
X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=14b7004532a41cbb2dc82cc1a5687e8e88e1ba0d;p=u-boot.git

.readthedocs.yml: fix type docs/

Out documentation directory is doc/ and not docs/.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---

diff --git a/.readthedocs.yml b/.readthedocs.yml
index f3fb5ed51b..44949ea239 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -7,7 +7,7 @@ version: 2
 
 # 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: []