Merge pull request #117365 from rmcgibbo/sphinx-navtree

python3Packages.sphinx-navtree: mark as broken
This commit is contained in:
Sandro 2021-03-23 18:11:03 +01:00 committed by GitHub
commit ee286b264a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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