10 buildPythonPackage rec {
11 pname = "sphinx-book-theme";
16 disabled = pythonOlder "3.7";
19 inherit version format;
22 pname = "sphinx_book_theme";
23 hash = "sha256-0V+CSLNxippr4LphejLRWR+fo5xhRGm/rOd3uganO3U=";
26 propagatedBuildInputs = [
31 pythonImportsCheck = [
40 description = "A clean book theme for scientific explanations and documentation with Sphinx";
41 homepage = "https://github.com/executablebooks/sphinx-book-theme";
42 changelog = "https://github.com/executablebooks/sphinx-book-theme/raw/v${version}/CHANGELOG.md";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ marsam ];