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
This commit is contained in:
Radomir Dopieralski 2021-10-13 14:32:45 +02:00
parent d5cb761763
commit f6569e22fc
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ htmlhelp_basename = 'python-keystoneclientdoc'
apidoc_module_dir = '../../keystoneclient'
apidoc_output_dir = 'api'
apidoc_excluded_paths = [
'fixture',
'tests',
]