summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-05-21 02:19:57 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-05-21 15:23:45 +0100
commit65f6ede8b24ad093285a514360a1082cec892f49 (patch)
tree6f778626ae41890cd3dc9e7a1483f5e3e765e21d /tox.ini
parent515dbcc5d9de572f46ebacb2baa47ae762b06036 (diff)
downloaddeluge-65f6ede8b24ad093285a514360a1082cec892f49.tar.gz
deluge-65f6ede8b24ad093285a514360a1082cec892f49.tar.bz2
deluge-65f6ede8b24ad093285a514360a1082cec892f49.zip
[Docs] Updates and fixes to build on Python 3
- Updates to the sphinx conf - Applied Mock fixes to build on Python 3. - Group patches at bottom of conf file. - Use just a major.minor for version. - Specify Sphinx 2.0 version requirement. - Move requirements.txt to docs dir. - Add readthedocs config - Fix docstring code block rst formatting issue.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 9cfea223a..75bcebb40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,7 @@ deps =
[basedocs]
deps =
{[basesetup]deps}
- -rrequirements-docs.txt
+ -rdocs/requirements.txt
# ======================
# Test environment setup
@@ -147,7 +147,6 @@ commands =
# ===================
[testenv:docs]
-basepython = python2.7
# Exclude site-packages so local builds have a similar environment to ReadTheDocs.
sitepackages = False
skip_install = True