recommonmark: marked broken
It doesn't work with sphinx 3.
This commit is contained in:
parent
62c481a8a1
commit
36a69034bc
@ -35,5 +35,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/rtfd/recommonmark";
|
homepage = "https://github.com/rtfd/recommonmark";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
|
broken = true; #broke until it works with sphinx 3
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user