11 buildPythonPackage rec {
12 pname = "sphinx-book-theme";
17 disabled = pythonOlder "3.9";
20 inherit version format;
23 pname = "sphinx_book_theme";
24 hash = "sha256-pVSpp6w4gZeah6KxD2M6oqVwbnIhihD3G+OLPJ6DGuk=";
27 propagatedBuildInputs = [
32 pythonImportsCheck = [ "sphinx_book_theme" ];
39 description = "Clean book theme for scientific explanations and documentation with Sphinx";
40 homepage = "https://github.com/executablebooks/sphinx-book-theme";
41 changelog = "https://github.com/executablebooks/sphinx-book-theme/raw/v${version}/CHANGELOG.md";
42 license = licenses.bsd3;