summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2021-10-13 14:32:45 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2021-10-14 13:38:45 +0200
commitf6569e22fc9a69bc2126fbc009121e88f17c0411 (patch)
tree5101d0bc70ecdd6e87ededb5db6721411bc56257
parentd5cb761763988217cdd00a7981a62e2083fd381f (diff)
downloadpython-keystoneclient-f6569e22fc9a69bc2126fbc009121e88f17c0411.tar.gz
Fix doc error to unblock the gate
/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
-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 e74410d..db0a8c0 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',
]