python3Packages.sphinx-navtree: mark as broken

This commit is contained in:
Robert T. McGibbon 2021-03-23 11:07:05 -04:00
parent b1de2b4530
commit 90d161ef25

View file

@ -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;
};
}