Skip to content

Commit 7ed0e21

Browse files
committed
Fix document warnings
Also warning-is-error is set in setup.cfg to avoid future warnings. Change-Id: I4381a47d35b5736c9af0a2cb8bdd330266825922
1 parent bfc88e7 commit 7ed0e21

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/source/users/proxies/identity_v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Extension Operations
2020
.. automethod:: openstack.identity.v2._proxy.Proxy.get_extension
2121
.. automethod:: openstack.identity.v2._proxy.Proxy.extensions
2222

23-
User Operations
23+
User Operations
2424
^^^^^^^^^^^^^^^
2525

2626
.. autoclass:: openstack.identity.v2._proxy.Proxy

openstack/database/v1/_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def databases(self, instance, **query):
8080
8181
:param instance: This can be either the ID of an instance
8282
or a :class:`~openstack.database.v1.instance.Instance`
83-
instance that the interface belongs to.
83+
instance that the interface belongs to.
8484
:param kwargs \*\*query: Optional query parameters to be sent to limit
8585
the resources being returned.
8686

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ packages =
2828
source-dir = doc/source
2929
build-dir = doc/build
3030
all_files = 1
31+
warning-is-error = 1
3132

3233
[upload_sphinx]
3334
upload-dir = doc/build/html

0 commit comments

Comments
 (0)