mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
RTD settings
This commit is contained in:
parent
14e9f44901
commit
aba26fe7fa
1 changed files with 5 additions and 2 deletions
7
tox.ini
7
tox.ini
|
|
@ -64,9 +64,12 @@ commands =
|
|||
|
||||
|
||||
[testenv:docs]
|
||||
deps = sphinx
|
||||
changedir = docs
|
||||
commands=
|
||||
deps =
|
||||
sphinx
|
||||
sphinx-book-theme
|
||||
|
||||
commands =
|
||||
sphinx-build -W -b html . _build/html
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue