Skip to content

Commit 7a84f2e

Browse files
committed
New cmd_help needs to be built for 'tox -e doc'
1 parent b4683d3 commit 7a84f2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ basepython = {env:COVERAGE_PYTHON}
6060
# return.
6161
deps =
6262
-r doc/requirements.pip
63+
whitelist_externals =
64+
make
6365
commands =
66+
make cmd_help
6467
python doc/check_copied_from.py doc/*.rst
6568
doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
6669
sphinx-build -b html -aqE doc doc/_build/html

0 commit comments

Comments
 (0)