commit | 9aefda919b1c135a8220ca76339e586e58b3e10e | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 14 19:44:47 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Sep 14 19:44:47 2018 -0400 |
tree | 848db15a295469607e8c3031fc816ebf6cef9428 | |
parent | edfedc135cbce685e96e7386654e99eb1c43362b [diff] |
Move linkcheck tox env to use setup.py to get docs dependencies (#4473)
diff --git a/tox.ini b/tox.ini index a6227c0..c313e9c 100644 --- a/tox.ini +++ b/tox.ini
@@ -50,8 +50,7 @@ [testenv:docs-linkcheck] extras = -deps = - sphinx + docs basepython = python2.7 commands = sphinx-build -W -b linkcheck docs docs/_build/html