10 , restructuredtext_lint
15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 sha256 = "sha256-HpmaFP5BXqltidUFPHkNAQYfGbZzdwa4F9FXnCoHzBY=";
35 propagatedBuildInputs = [
47 pythonImportsCheck = [
52 description = "Style checker for Sphinx (or other) RST documentation";
53 homepage = "https://github.com/pycqa/doc8";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ onny ];