change doc build command

The patch introduce doc files for building documentations by
Sphinx.

Change-Id: I8011a9d76f8ad24fda3e155e1122aaa1d5eebf77
This commit is contained in:
wangqi 2018-03-15 05:57:56 +00:00
parent e99c6f3e8c
commit e6f1c9670a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx
commands = sphinx-build -W -b html doc/source doc/build/html
setenv = PYTHONHASHSEED=0
[testenv:venv]