Remove deprecated pbr options

The api_doc_dir option and the autodoc_index_modules option were both
deprecated in pbr 4.2.

The required options for the sphinxcontrib-apidoc extension are already
defined in doc/source/conf.py .

Change-Id: Id1f59c0be87ae10e2cf3fc05cd8b6f561eeccd85
This commit is contained in:
Takashi Kajinami 2023-12-20 11:42:50 +09:00
parent f43d64d85a
commit d7ec8cb0f2

View File

@ -35,10 +35,3 @@ keystoneclient.auth.plugin =
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
v3unscopedadfs = keystoneclient.contrib.auth.v3.saml2:ADFSUnscopedToken
[pbr]
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py
keystoneclient/tests/