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 20:27:05 +0000
commit041ea4a1c9174f7b391c0a6949ad9f6eecbf9e31 (patch)
tree13f3d2dd9ceaff13c382cc94fd3cd2bb3bba4da2
parent81229eb2c1606e99518fefc6b7bc2c4dd1221978 (diff)
downloadpython-keystoneclient-041ea4a1c9174f7b391c0a6949ad9f6eecbf9e31.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 (cherry picked from commit f6569e22fc9a69bc2126fbc009121e88f17c0411) (cherry picked from commit 65883c41faf732a1e433651f3132869fe2bf82c0)
-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',
]