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