python311Packages.python-novaclient: generate manpages

This commit is contained in:
Anthony ROUSSEL 2024-08-30 21:43:22 +02:00
parent b9c817baad
commit 46616aeda0

View File

@ -6,6 +6,7 @@
iso8601,
keystoneauth1,
openssl,
openstackdocstheme,
oslo-i18n,
oslo-serialization,
pbr,
@ -13,6 +14,8 @@
pythonOlder,
requests-mock,
setuptools,
sphinxcontrib-apidoc,
sphinxHook,
stestr,
testscenarios,
}:
@ -29,6 +32,14 @@ buildPythonPackage rec {
hash = "sha256-lMrQ8PTBYc7VKl7NhdE0/Wc7mX2nGUoDHAymk0Q0Cw0=";
};
nativeBuildInputs = [
openstackdocstheme
sphinxcontrib-apidoc
sphinxHook
];
sphinxBuilders = [ "man" ];
build-system = [ setuptools ];
dependencies = [