9 buildPythonPackage rec {
10 pname = "sphinx-comments";
15 inherit pname version;
16 sha256 = "00170afff27019fad08e421da1ae49c681831fb2759786f07c826e89ac94cf21";
19 nativeBuildInputs = [ setuptools ];
21 propagatedBuildInputs = [ sphinx ];
23 pythonImportsCheck = [ "sphinx_comments" ];
26 description = "Add comments and annotation to your documentation";
27 homepage = "https://github.com/executablebooks/sphinx-comments";
28 license = licenses.mit;