python311Packages.python-novaclient: generate manpages
This commit is contained in:
parent
b9c817baad
commit
46616aeda0
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user