summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-01 22:06:17 +0200
committerTom Rini <trini@konsulko.com>2020-05-01 16:42:38 -0400
commit14b7004532a41cbb2dc82cc1a5687e8e88e1ba0d (patch)
treefba202b549b53e536feb5d7b60e6313074d93a55 /.readthedocs.yml
parent36c2f020f2b633bdc6c75f4f836bbef900b8b78c (diff)
.readthedocs.yml: fix type docs/
Out documentation directory is doc/ and not docs/. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
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: []