mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
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
This commit is contained in:
parent
c274e5e62d
commit
165de9a164
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue