We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faa0ba commit 0278deeCopy full SHA for 0278dee
tox.ini
@@ -18,18 +18,17 @@ deps=
18
deps =
19
flake8
20
restructuredtext_lint
21
+ pygments
22
commands =
23
flake8 pluggy.py setup.py testing
24
rst-lint CHANGELOG.rst README.rst
25
26
[testenv:docs]
27
- sphinx
28
- pygments
+ sphinx
29
30
- sphinx-build \
31
- -b html \
32
- {toxinidir}/docs {toxinidir}/build/html-docs
+ sphinx-build -b html {toxinidir}/docs {toxinidir}/build/html-docs
33
34
[pytest]
35
minversion=2.0
0 commit comments