diff options
| author | Heinrich Schuchardt <[email protected]> | 2020-05-01 22:06:17 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-01 16:42:38 -0400 |
| commit | 14b7004532a41cbb2dc82cc1a5687e8e88e1ba0d (patch) | |
| tree | fba202b549b53e536feb5d7b60e6313074d93a55 | |
| parent | 36c2f020f2b633bdc6c75f4f836bbef900b8b78c (diff) | |
.readthedocs.yml: fix type docs/
Out documentation directory is doc/ and not docs/.
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | .readthedocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index f3fb5ed51ba..44949ea239d 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: [] |
