diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-22 03:37:13 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-22 03:40:14 +0200 |
commit | 97f0e4b6e4fa8e2a1c057b72ecc9b86e44d7fa3c (patch) | |
tree | bf4fd7c09c3397628925ed839620fb8ed6cec3c7 | |
parent | 3b008aed434448a543611c73afa282596f8b3f5d (diff) |
Turn Sphinx warnings into errors
Change-Id: Iefc223a9fa6dbc4e9476aca84b3df4304058862b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docs/api/_static/.gitkeep | 0 | ||||
-rw-r--r-- | docs/api/_templates/.gitkeep | 0 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/_static/.gitkeep b/docs/api/_static/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/docs/api/_static/.gitkeep diff --git a/docs/api/_templates/.gitkeep b/docs/api/_templates/.gitkeep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/docs/api/_templates/.gitkeep @@ -16,7 +16,7 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -b html docs/api/ docs/api/_build +commands = sphinx-build -W -b html docs/api/ docs/api/_build [testenv:pep8] basepython = python2.7 |