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