Fix document warnings

Also warning-is-error is set in setup.cfg to avoid future warnings.

Change-Id: I4381a47d35b5736c9af0a2cb8bdd330266825922
This commit is contained in:
Akihiro Motoki 2017-04-29 17:28:01 +00:00
parent bfc88e76f3
commit 7ed0e21bd3
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Extension Operations
.. automethod:: openstack.identity.v2._proxy.Proxy.get_extension
.. automethod:: openstack.identity.v2._proxy.Proxy.extensions
User Operations
User Operations
^^^^^^^^^^^^^^^
.. autoclass:: openstack.identity.v2._proxy.Proxy

View File

@ -80,7 +80,7 @@ class Proxy(proxy2.BaseProxy):
:param instance: This can be either the ID of an instance
or a :class:`~openstack.database.v1.instance.Instance`
instance that the interface belongs to.
instance that the interface belongs to.
:param kwargs \*\*query: Optional query parameters to be sent to limit
the resources being returned.

View File

@ -28,6 +28,7 @@ packages =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html