[PATCH 1/1] .readthedocs.yml: fix type docs/
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri May 1 22:06:17 CEST 2020
Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
.readthedocs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: []
--
2.26.2
More information about the U-Boot
mailing list