From 921cf26898edab8b373fa9d5f12b7a0fc12d492f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Dec 2023 11:40:09 +0900 Subject: [PATCH] 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: Ifcef9e84ff4febeb01cfdc75bdbd66565d0e8079 --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2ea594a0a..9233eaa2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,10 +59,6 @@ ironic_python_agent.inspector.collectors = dmi-decode = ironic_python_agent.dmi_inspector:collect_dmidecode_info lldp = ironic_python_agent.inspector:collect_lldp -[pbr] -autodoc_index_modules = True -api_doc_dir = contributor/api - [extras] burnin-network-kazoo = kazoo>=2.8.0 # Apache-2.0