Skip to content

Commit

Permalink
Make sure docs build correctly and all links work
Browse files Browse the repository at this point in the history
  • Loading branch information
DasIch committed Dec 24, 2010
1 parent 9544519 commit 8a5bb1a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py24,py25,py26,py27,py31
envlist=py24,py25,py26,py27,py31,docs

[testenv]
deps=
Expand Down Expand Up @@ -34,3 +34,11 @@ deps=
SQLAlchemy
execnet
Jinja2

[testenv:docs]
deps=
Sphinx
changedir=docs
commands=
sphinx-build -W -b html . _build/html
sphinx-build -W -b linkcheck . _build/linkcheck

0 comments on commit 8a5bb1a

Please sign in to comment.