mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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
|
, pygments
|
||||||
, requests
|
, requests
|
||||||
, snowballstemmer
|
, snowballstemmer
|
||||||
|
, sphinxcontrib-apidoc
|
||||||
, sphinxcontrib-applehelp
|
, sphinxcontrib-applehelp
|
||||||
, sphinxcontrib-devhelp
|
, sphinxcontrib-devhelp
|
||||||
, sphinxcontrib-htmlhelp
|
, sphinxcontrib-htmlhelp
|
||||||
|
@ -63,6 +64,9 @@ buildPythonPackage rec {
|
||||||
sphinxcontrib-serializinghtml
|
sphinxcontrib-serializinghtml
|
||||||
# extra[docs]
|
# extra[docs]
|
||||||
sphinxcontrib-websupport
|
sphinxcontrib-websupport
|
||||||
|
|
||||||
|
# extra plugins which are otherwise not found by sphinx-build
|
||||||
|
sphinxcontrib-apidoc
|
||||||
] ++ lib.optionals (pythonOlder "3.10") [
|
] ++ lib.optionals (pythonOlder "3.10") [
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue