9 buildPythonPackage rec {
10 pname = "sphinxcontrib-htmlhelp";
14 disabled = pythonOlder "3.9";
17 pname = "sphinxcontrib_htmlhelp";
19 hash = "sha256-yeKRas6KrWTME6DSM+4iMX8rkCW5zzKVJJ+phcxwguk=";
22 nativeBuildInputs = [ flit-core ];
24 # Check is disabled due to circular dependency of sphinx
25 dontCheckRuntimeDeps = true;
28 pythonNamespaces = [ "sphinxcontrib" ];
31 description = "Sphinx extension which renders HTML help files";
32 homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp";
33 license = licenses.bsd2;
34 maintainers = teams.sphinx.members;