commit | b0c6d195514cf8d515aeaf6d38cf4fcd16cc1204 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Feb 08 14:59:54 2017 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Feb 08 14:59:54 2017 -0800 |
tree | fac8ec0dc694c34253cab757b9ece963aea6039c | |
parent | 04c263d9678d1adfdaf53e131866d7fbf4811bbe [diff] |
Use same dependencies for tox -e docs and readthedocs
diff --git a/tox.ini b/tox.ini index 0465200..0a98945 100644 --- a/tox.ini +++ b/tox.ini
@@ -65,7 +65,6 @@ [testenv:docs] basepython = python3.5 deps = - {[testenv]deps} sphinx -r{toxinidir}/docs/requirements-docs.txt commands = make -C docs html