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
Diederik van der Boor 2013-07-05 12:07:10 +02:00
parent f34499a474
commit 77139ba2d3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
:orphan:
Archive of old changelog entries Archive of old changelog entries
================================ ================================

View File

@ -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