summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-22 17:48:33 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-22 17:48:33 +0100
commitaa3a9a15cc4ace5f649c23a6337468bfd17b4212 (patch)
tree02c740739fae4a077d95b624f877a1fc6f95fde8
parent0f92ea401ff7e4b5fa7e22ad9f1c9e97c9ed5865 (diff)
downloaddeluge-aa3a9a15cc4ace5f649c23a6337468bfd17b4212.tar.gz
deluge-aa3a9a15cc4ace5f649c23a6337468bfd17b4212.tar.bz2
deluge-aa3a9a15cc4ace5f649c23a6337468bfd17b4212.zip
[Docs] Update readthedocs config
- Add the missing package install so pkg_resources can find version.
-rw-r--r--.readthedocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index bae2c1658..5d4779633 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -18,3 +18,4 @@ python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
+ - method: setuptools