Dina Belova 27e9bc4f34 Revert "Treat build warnings as errors"
This reverts commit 267e0ec1c76ae379fa37de48da3a05917a80353d.
Warnings are not treated by OpenStack gate jobs, that means
that having more strict local check is not necessary.

Change-Id: Ib89ed98754c558d3f24e3432c9a0da1573248158
2016-01-15 10:41:38 +00:00

23 lines
494 B
INI

[tox]
envlist = docs
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = -r{toxinidir}/requirements.txt
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands =
sphinx-build -b html doc/source/ doc/build/html
sphinx-build -b latex doc/source/ doc/build/latex
sphinx-build -b pdf doc/source/ doc/build/pdf