Fix tox dependency for docs (for real)
This commit is contained in:
parent
e334564520
commit
f4aa83788b
4
tox.ini
4
tox.ini
|
@ -19,7 +19,9 @@ commands =
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python
|
basepython = python
|
||||||
deps = Sphinx sphinx-rtd-theme
|
deps =
|
||||||
|
Sphinx
|
||||||
|
sphinx-rtd-theme
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
|
|
Loading…
Reference in a new issue