Add tox test for docs
And ignore the warning about changelog_archive, it's really not meant to be in the toctree.fix_request_path_info
parent
f34499a474
commit
77139ba2d3
|
|
@ -1,3 +1,5 @@
|
||||||
|
:orphan:
|
||||||
|
|
||||||
Archive of old changelog entries
|
Archive of old changelog entries
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
|
|
||||||
5
tox.ini
5
tox.ini
|
|
@ -6,6 +6,7 @@ envlist=
|
||||||
py27-django15,
|
py27-django15,
|
||||||
py26-django14,
|
py26-django14,
|
||||||
py27-django14,
|
py27-django14,
|
||||||
|
docs,
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands=
|
commands=
|
||||||
|
|
@ -43,3 +44,7 @@ basepython=python3.2
|
||||||
deps=
|
deps=
|
||||||
django==1.5
|
django==1.5
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
changedir=docs
|
||||||
|
deps=Sphinx
|
||||||
|
commands=sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue