summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-15 16:58:36 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-06-28 12:25:32 -0400
commitc859380718e24b95ad48d635d686ee0c57fb90f1 (patch)
tree2b0d76721500c3300552066fe415870c7febda68 /doc/source
parent4565e2bf4514782d2b32bfff447875ed6b68058e (diff)
downloadpython-glanceclient-c859380718e24b95ad48d635d686ee0c57fb90f1.tar.gz
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 <doug@doughellmann.com>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
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 <library/api/index>` (the :mod:`glanceclient` module) and a
+API <reference/api/index>` (the :mod:`glanceclient` module) and a
:doc:`command-line script <cli/glance>` (installed as
:program:`glance`).