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:
Jonas Heinrich 2022-10-03 22:45:48 +02:00 committed by GitHub
parent a0196c7c09
commit f5b3a4ab7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,5 +36,8 @@ buildPythonPackage rec {
homepage = "https://github.com/executablebooks/sphinx-book-theme";
license = licenses.bsd3;
maintainers = with maintainers; [ marsam ];
# Missing sphinx 5.X support
# https://github.com/executablebooks/sphinx-book-theme/issues/592
broken = true;
};
}