1 { lib, buildPythonPackage, fetchPypi, sphinx }:
3 buildPythonPackage rec {
4 pname = "piccolo-theme";
9 pname = "piccolo_theme";
11 hash = "sha256-mQqZ6Rwx0VoDBVQ0zbvCOmAMKAMv67Xd1ksYW6w2QPM=";
14 propagatedBuildInputs = [
18 pythonImportsCheck = [ "piccolo_theme" ];
21 description = "Clean and modern Sphinx theme";
22 homepage = "https://piccolo-theme.readthedocs.io";
23 license = with licenses; [ mit asl20 ];
24 maintainers = with maintainers; [ loicreynier ];
25 platforms = platforms.unix;