mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
python310Packages.jupyter-book: fix build
This commit is contained in:
parent
245c1de2b6
commit
124db0251b
@ -40,6 +40,10 @@ buildPythonPackage rec {
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "jsonschema<4" "jsonschema" \
|
||||
--replace "sphinx-external-toc~=0.2.3" "sphinx-external-toc" \
|
||||
--replace "sphinx-jupyterbook-latex~=0.4.6" "sphinx-jupyterbook-latex" \
|
||||
--replace "sphinx-thebe~=0.1.1" "sphinx-thebe" \
|
||||
--replace "sphinx>=4,<5" "sphinx" \
|
||||
--replace "sphinx_book_theme~=0.3.2" "sphinx_book_theme" \
|
||||
--replace "myst-nb~=0.13.1" "myst-nb" \
|
||||
--replace "docutils>=0.15,<0.18" "docutils" \
|
||||
--replace "sphinx-design~=0.1.0" "sphinx-design" \
|
||||
|
Loading…
Reference in New Issue
Block a user