mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python310Packages.sphinx-book-theme: Mark as broken (#187401)
* python310Packages.sphinx-book-theme: Mark as broken * Update pkgs/development/python-modules/sphinx-book-theme/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
a0196c7c09
commit
f5b3a4ab7c
1 changed files with 3 additions and 0 deletions
|
@ -36,5 +36,8 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/executablebooks/sphinx-book-theme";
|
homepage = "https://github.com/executablebooks/sphinx-book-theme";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ marsam ];
|
maintainers = with maintainers; [ marsam ];
|
||||||
|
# Missing sphinx 5.X support
|
||||||
|
# https://github.com/executablebooks/sphinx-book-theme/issues/592
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue