summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2021-10-13 14:32:45 +0200
committerDouglas Mendizábal <dmendiza@redhat.com>2022-07-22 21:35:03 +0000
commitda3ce1bbb8b8150c6ccf8044af817dc9994d5d6e (patch)
tree0565cad0f41ab50530b34b8f1d97e812fb86ad88
parent518065f1ec4e98a3781fedc5639ac59f3e416f0e (diff)
downloadpython-keystoneclient-stable/ussuri.tar.gz
Fix doc error to unblock the gatestable/ussuri
/home/zuul/src/opendev.org/openstack/python-keystoneclient/.tox/docs/lib/python3.8/site-packages/keystoneauth1/fixture/discovery.py:docstring of keystoneauth1.fixture.discovery.DiscoveryList:1:duplicate object description of keystoneauth1.fixture.discovery.DiscoveryList, other instance in api/keystoneclient.fixture, use :noindex: for one of them Change-Id: Id2722a1b275be88af6d0337684f1eb012b7f4ce1 (cherry picked from commit f6569e22fc9a69bc2126fbc009121e88f17c0411) (cherry picked from commit 65883c41faf732a1e433651f3132869fe2bf82c0) (cherry picked from commit 041ea4a1c9174f7b391c0a6949ad9f6eecbf9e31)
-rw-r--r--doc/source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1dd272a..150e441 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -170,6 +170,7 @@ htmlhelp_basename = 'python-keystoneclientdoc'
apidoc_module_dir = '../../keystoneclient'
apidoc_output_dir = 'api'
apidoc_excluded_paths = [
+ 'fixture',
'tests',
]