summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-22 11:39:37 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-22 11:39:37 +0100
commita9609a197d2f463dd750ec020c1130667bc7a75d (patch)
treee8c2cac1f9ddd2c81735b5b53f41f2ae71f0833d
parenta8fac1381b88c82cdc85059674e256aab033c36f (diff)
downloaddeluge-a9609a197d2f463dd750ec020c1130667bc7a75d.tar.gz
deluge-a9609a197d2f463dd750ec020c1130667bc7a75d.tar.bz2
deluge-a9609a197d2f463dd750ec020c1130667bc7a75d.zip
[Docs] Fix ReadTheDocs config path
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 1b43c5ed2..bae2c1658 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: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all