Skip to content

Commit 0278dee

Browse files
author
Tyler Goodlet
committed
Add pygments dep for docs env
1 parent 9faa0ba commit 0278dee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ deps=
1818
deps =
1919
flake8
2020
restructuredtext_lint
21+
pygments
2122
commands =
2223
flake8 pluggy.py setup.py testing
2324
rst-lint CHANGELOG.rst README.rst
2425

2526
[testenv:docs]
2627
deps =
27-
sphinx
28-
pygments
28+
sphinx
29+
pygments
2930
commands =
30-
sphinx-build \
31-
-b html \
32-
{toxinidir}/docs {toxinidir}/build/html-docs
31+
sphinx-build -b html {toxinidir}/docs {toxinidir}/build/html-docs
3332

3433
[pytest]
3534
minversion=2.0

0 commit comments

Comments
 (0)