diff options
-rw-r--r-- | docs/requirements.txt | 5 | ||||
-rw-r--r-- | tox.ini | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 70d293a0..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -attrs -colorama -pyperclip -wcwidth -cmd2 @@ -1,5 +1,5 @@ [tox] -envlist = py34,py35,py36,py37,py35-win,py36-win,py37-win +envlist = docs,py34,py35,py36,py37,py35-win,py36-win,py37-win [pytest] testpaths = tests @@ -11,9 +11,11 @@ setenv = [testenv:docs] basepython = python3.7 +deps = + sphinx + sphinx-rtd-theme changedir = docs -extras = dev -commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html +commands = sphinx-build -a -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:py34] deps = |