forked from mirrors/nixpkgs
python3Packages.sphinx-navtree: mark as broken
This commit is contained in:
parent
b1de2b4530
commit
90d161ef25
|
@ -14,5 +14,7 @@ buildPythonPackage rec {
|
|||
description = "Navigation tree customization for Sphinx";
|
||||
homepage = "https://github.com/bintoro/sphinx-navtree";
|
||||
license = lib.licenses.mit;
|
||||
# not compatible with sphinx 3.3, not updated since 2016
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue