From c859380718e24b95ad48d635d686ee0c57fb90f1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 15 Jun 2017 16:58:36 -0400 Subject: turn on warning-is-error in sphinx build Fix a formatting error in one docstring and turn on the flag to ensure that future warnings in the doc build trigger a build failure. Change-Id: I7159b985d1690a8ae61ff885408da4623c105952 Signed-off-by: Doug Hellmann --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/index.rst b/doc/source/index.rst index 1be7eff..43ee57f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,7 +3,7 @@ ============================================== This is a client for the OpenStack Images API. There's :doc:`a Python -API ` (the :mod:`glanceclient` module) and a +API ` (the :mod:`glanceclient` module) and a :doc:`command-line script ` (installed as :program:`glance`). -- cgit v1.2.1