Skip to content

Commit

Permalink
Add pygments dep for docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed Jul 7, 2017
1 parent 9faa0ba commit 0278dee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ deps=
deps =
flake8
restructuredtext_lint
pygments
commands =
flake8 pluggy.py setup.py testing
rst-lint CHANGELOG.rst README.rst

[testenv:docs]
deps =
sphinx
pygments
sphinx
pygments
commands =
sphinx-build \
-b html \
{toxinidir}/docs {toxinidir}/build/html-docs
sphinx-build -b html {toxinidir}/docs {toxinidir}/build/html-docs

[pytest]
minversion=2.0
Expand Down

0 comments on commit 0278dee

Please sign in to comment.