python39Packages.sphinx: propagate sphinxcontrib-apidoc to make it usable in sphinx-build

this is more a hack but I couldn't get it to work otherwise today
main
Sandro Jäckel 2 years ago committed by Sandro Jäckel
parent c274e5e62d
commit 165de9a164
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      pkgs/development/python-modules/sphinx/default.nix

@ -14,6 +14,7 @@
, pygments
, requests
, snowballstemmer
, sphinxcontrib-apidoc
, sphinxcontrib-applehelp
, sphinxcontrib-devhelp
, sphinxcontrib-htmlhelp
@ -63,6 +64,9 @@ buildPythonPackage rec {
sphinxcontrib-serializinghtml
# extra[docs]
sphinxcontrib-websupport
# extra plugins which are otherwise not found by sphinx-build
sphinxcontrib-apidoc
] ++ lib.optionals (pythonOlder "3.10") [
importlib-metadata
];

Loading…
Cancel
Save