summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 00:43:18 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 00:43:18 +0200
commiteb8411004244a00c1100556f170eaaf134bc63ab (patch)
treefaf0ca35b4ff010af93e6f0a8bf814f6104aa319 /tox.ini
parent55bcc38b1d537fecbf7cd0ee4c80a2ba076cc92c (diff)
downloadoauthlib-eb8411004244a00c1100556f170eaaf134bc63ab.tar.gz
Add the ReadTheDocs theme to dev builds "i.e tox -e docs".release-3.1.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9cd2a9f..60b0825 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,9 @@ commands=
[testenv:docs]
basepython=python2.7
skipsdist=True
-deps=sphinx
+deps=
+ sphinx
+ sphinx_rtd_theme
changedir=docs
whitelist_externals=make
commands=make clean html