.readthedocs.yml: fix type docs/
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 1 May 2020 20:06:17 +0000 (22:06 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 1 May 2020 20:42:38 +0000 (16:42 -0400)
Out documentation directory is doc/ and not docs/.

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

index f3fb5ed51ba6d0f05263f3af74a4768dfcc55a97..44949ea239d8ea1f459c5f57bda669a59a01b63c 100644 (file)
@@ -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: []