diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-22 19:01:05 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-05-22 19:01:05 +0200 |
commit | 7e3692bb5a61d5791b101355674dfa6ae0186de5 (patch) | |
tree | 8691f8dac46ed31b51800cc8f564988bcfb0efa0 | |
parent | [Docs] Update readthedocs config (diff) | |
download | deluge-7e3692bb5a61d5791b101355674dfa6ae0186de5.tar.xz deluge-7e3692bb5a61d5791b101355674dfa6ae0186de5.zip |
[Docs] Fix missing path in RTD config
-rw-r--r-- | .readthedocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 5d4779633..8d94a56fc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,3 +19,4 @@ python: - requirements: requirements.txt - requirements: docs/requirements.txt - method: setuptools + path: . |