From e6f1c9670a20b31c694c8208ac71f28fa7c20b49 Mon Sep 17 00:00:00 2001 From: wangqi Date: Thu, 15 Mar 2018 05:57:56 +0000 Subject: [PATCH] change doc build command The patch introduce doc files for building documentations by Sphinx. Change-Id: I8011a9d76f8ad24fda3e155e1122aaa1d5eebf77 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 682a955b8..a3e26ddb6 100644 --- a/tox.ini +++ b/tox.ini @@ -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]