From da3ce1bbb8b8150c6ccf8044af817dc9994d5d6e Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Wed, 13 Oct 2021 14:32:45 +0200 Subject: 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 (cherry picked from commit f6569e22fc9a69bc2126fbc009121e88f17c0411) (cherry picked from commit 65883c41faf732a1e433651f3132869fe2bf82c0) (cherry picked from commit 041ea4a1c9174f7b391c0a6949ad9f6eecbf9e31) --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) 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', ] -- cgit v1.2.1