mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Build doc with python3 ?
This commit is contained in:
parent
0de154678c
commit
3758b81137
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -33,6 +33,6 @@ usedevelop = {[testenv:format]usedevelop}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
commands = python -m sphinx -W doc/ doc/_build
|
commands = python3 -m sphinx -W doc/ doc/_build
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue