Fix dependencies when building docs via tox
This commit is contained in:
parent
99ed897bf4
commit
3dce9d9ed3
2
tox.ini
2
tox.ini
|
@ -19,7 +19,7 @@ commands =
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python
|
basepython = python
|
||||||
deps = Sphinx
|
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