fix docs env

soursecode is not a right directive.
don't treat warnings as errors in api-ref builds.

Change-Id: I7640ad741f31c554f40e9169ac42e4c1b6774dea
This commit is contained in:
Vitaly Gridnev 2016-09-14 19:07:10 +03:00
parent 6d63513e07
commit 0bc95ca83f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ commands =
rm -rf api-ref/build api-ref/html
rm -rf doc/source/apidoc doc/source/api
python setup.py build_sphinx
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
sphinx-build -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
whitelist_externals =
rm