python311Packages.python-heatclient: build manpage with sphinxHook

This commit is contained in:
Anthony ROUSSEL
2024-07-27 21:16:11 +02:00
parent 121acd22cd
commit 870a1c76b4
@@ -5,6 +5,7 @@
fetchPypi,
iso8601,
keystoneauth1,
openstackdocstheme,
osc-lib,
oslo-i18n,
oslo-serialization,
@@ -16,6 +17,7 @@
pyyaml,
requests,
requests-mock,
sphinxHook,
stestr,
testscenarios,
}:
@@ -32,6 +34,13 @@ buildPythonPackage rec {
hash = "sha256-B1F40HYHFF91mkxwySR/kqCvlwLLtBgqwUvw2byOc9g=";
};
nativeBuildInputs = [
openstackdocstheme
sphinxHook
];
sphinxBuilders = [ "man" ];
propagatedBuildInputs = [
cliff
iso8601