Repository: libcloud
Updated Branches:
  refs/heads/trunk f1bff4814 -> e2d99e154


Re-enable strict checks (treat warnings as errors) when building sphinx
docs.

This allows us to catch broken / invalid docstrings and other
documentation related issues.

Closes #1105


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b01cf371
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b01cf371
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b01cf371

Branch: refs/heads/trunk
Commit: b01cf3719d3c49781793575926a4bc01425f2c49
Parents: f1bff48
Author: Tomaz Muraus <[email protected]>
Authored: Wed Sep 6 16:57:53 2017 +0200
Committer: Tomaz Muraus <[email protected]>
Committed: Sun Sep 10 21:51:20 2017 +0200

----------------------------------------------------------------------
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b01cf371/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index a4e54a9..bc180e2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,7 +47,7 @@ deps = sphinx
        lockfile
 changedir = docs
 commands = python ../contrib/generate_provider_feature_matrix_table.py
-           sphinx-build -b html -d {envtmpdir}/doctrees . _build/html
+           sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
 
 [testenv:scrape-ec2-prices]
 deps = requests

Reply via email to