mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Add sphinx dependency to tox virtual environment
This commit is contained in:
parent
7927146f12
commit
8488f665fc
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -23,6 +23,8 @@ deps =
|
|||
|
||||
[testenv:docs]
|
||||
changedir = docs
|
||||
deps =
|
||||
sphinx
|
||||
commands =
|
||||
sphinx-build -W -b html . {envtmpdir}/html
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue