use the same command for 'docs' env build as CI uses for real doc builds

Change-Id: Iff77d58ae895405eded2063d03e704a17e626868
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-29 14:39:04 -04:00
parent e940a65e23
commit 47b61c57a4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ commands =
[testenv:docs]
commands = rm -rf doc/build
sphinx-build -E -W -b html doc/source doc/build/html
python setup.py build_sphinx
[testenv:cover]
commands =