Merge pull request #117365 from rmcgibbo/sphinx-navtree
python3Packages.sphinx-navtree: mark as broken
This commit is contained in:
commit
ee286b264a
@ -14,5 +14,7 @@ buildPythonPackage rec {
|
|||||||
description = "Navigation tree customization for Sphinx";
|
description = "Navigation tree customization for Sphinx";
|
||||||
homepage = "https://github.com/bintoro/sphinx-navtree";
|
homepage = "https://github.com/bintoro/sphinx-navtree";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
# not compatible with sphinx 3.3, not updated since 2016
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user