python311Packages.python-ironicclient: build manpage with sphinxHook

This commit is contained in:
Anthony ROUSSEL
2024-07-27 21:16:12 +02:00
parent fbf4757743
commit 70a09d3c3c
@@ -6,6 +6,7 @@
dogpile-cache,
jsonschema,
keystoneauth1,
openstackdocstheme,
openstacksdk,
osc-lib,
oslo-utils,
@@ -15,6 +16,8 @@
pyyaml,
requests,
requests-mock,
sphinxcontrib-apidoc,
sphinxHook,
stestr,
stevedore,
}:
@@ -29,6 +32,14 @@ buildPythonPackage rec {
hash = "sha256-Blx0pr73uZA8eHd2iZ9WY+aozBFWsQhWpxoQKtjtJSk=";
};
nativeBuildInputs = [
openstackdocstheme
sphinxcontrib-apidoc
sphinxHook
];
sphinxBuilders = [ "man" ];
propagatedBuildInputs = [
cliff
dogpile-cache