10 buildPythonPackage rec {
11 pname = "sphinx-book-theme";
16 disabled = pythonOlder "3.7";
19 inherit version format;
22 pname = "sphinx_book_theme";
23 sha256 = "9685959dbbb492af005165ef1b9229fdd5d5431580ac181578beae3b4d012d91";
26 propagatedBuildInputs = [
32 pythonImportsCheck = [ "sphinx_book_theme" ];
35 description = "A clean book theme for scientific explanations and documentation with Sphinx";
36 homepage = "https://github.com/executablebooks/sphinx-book-theme";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ marsam ];
39 # Missing sphinx 5.X support
40 # https://github.com/executablebooks/sphinx-book-theme/issues/592