1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
16 sha256 = "c36fd6cb7ffdc9b4e165a43f67bf6271a7b024d0bb6b00ac468c9e2bfc76448e";
19 checkInputs = [ nose pytest ];
20 propagatedBuildInputs = [ sphinx jinja2 ];
23 description = "Sphinx extension to support docstrings in Numpy format";
24 homepage = "https://github.com/numpy/numpydoc";
25 license = lib.licenses.free;