Merge pull request #309982 from TomaSajt/sphinx-jupyterbook-latex
python312Packages.sphinx-jupyterbook-latex: add missing test dependency
This commit is contained in:
commit
e28f969d66
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
, sphinx-external-toc
|
||||
, sphinxcontrib-bibtex
|
||||
, texsoup
|
||||
, defusedxml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -47,6 +48,7 @@ buildPythonPackage rec {
|
|||
sphinx-external-toc
|
||||
sphinxcontrib-bibtex
|
||||
texsoup
|
||||
defusedxml
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue