docs: Treat warnings as error and always read all source files

Adapted from releasenotes parameters

Change-Id: Ie8b8316b68e83a69f3f5cae8bfdb1d34d1815952
This commit is contained in:
Dima Kuznetsov 2017-02-22 11:52:37 +02:00
parent 808a46ce4b
commit 13a7bec803
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ In order to provide proper support for multi tenancy and role based access
control (RBAC) Dragonflow API should reject the requesting user attempts to
perform operations or access resources that it does not have permission to.
Dragonflow API can start by servicing 3 types of users:
- Admin - super user, has access to everything. In OpenStack environment, this
user is usually the OpenStack cloud admin.

View File

@ -44,7 +44,7 @@ commands =
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:docs]
commands = sphinx-build -W -b html doc/source doc/build/html
commands = sphinx-build -a -E -W -d docs/build/doctrees -b html doc/source doc/build/html
[flake8]
# E126 continuation line over-indented for hanging indent