1 { lib, fetchPypi, buildPythonPackage, sphinx }:
3 buildPythonPackage rec {
5 pname = "sphinx-navtree";
8 sha256 = "1nqcsbqwr8ihk1fv534i0naag1qw04f7ibcgl2j8csvkh8q90b4p";
11 propagatedBuildInputs = [ sphinx ];
14 description = "Navigation tree customization for Sphinx";
15 homepage = "https://github.com/bintoro/sphinx-navtree";
16 license = lib.licenses.mit;
17 # not compatible with sphinx 3.3, not updated since 2016