Skip to content

Commit

Permalink
New cmd_help needs to be built for 'tox -e doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 5, 2020
1 parent b4683d3 commit 7a84f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -60,7 +60,10 @@ basepython = {env:COVERAGE_PYTHON}
# return.
deps =
-r doc/requirements.pip
whitelist_externals =
make
commands =
make cmd_help
python doc/check_copied_from.py doc/*.rst
doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst
sphinx-build -b html -aqE doc doc/_build/html
Expand Down

0 comments on commit 7a84f2e

Please sign in to comment.