summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-openstackclient
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-02-17 13:32:20 +0100
committerGitHub <noreply@github.com>2024-02-17 13:32:20 +0100
commit991faad3e5031a24c5afcc979697d7511b36f3dd (patch)
tree3cb0dc36ae976c8da6117fdbf1337165d86b04a9 /pkgs/development/python-modules/python-openstackclient
parente662338182d84b2fb36550fdcb0f24973f4d6b20 (diff)
parente1c94f69a45cda2939f6398a180c20303d52e11c (diff)
Merge pull request #288364 from SuperSandro2000/sphinx-3.12
python312Packages.sphinx: drop sphinxcontrib-apidoc
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
-rw-r--r--pkgs/development/python-modules/python-openstackclient/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix
index ef8c7cb59fae..79306e4d11ab 100644
--- a/pkgs/development/python-modules/python-openstackclient/default.nix
+++ b/pkgs/development/python-modules/python-openstackclient/default.nix
@@ -11,6 +11,7 @@
, python-novaclient
, requests-mock
, sphinx
+, sphinxcontrib-apidoc
, stestr
}:
@@ -28,6 +29,7 @@ buildPythonPackage rec {
installShellFiles
openstackdocstheme
sphinx
+ sphinxcontrib-apidoc
];
propagatedBuildInputs = [