7 buildPythonPackage rec {
8 pname = "sphinxcontrib-applehelp";
13 inherit pname version;
14 sha256 = "a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58";
18 # Check is disabled due to circular dependency of sphinx
22 description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books";
23 homepage = "http://sphinx-doc.org/";
24 license = licenses.bsd0;