8 buildPythonPackage rec {
9 pname = "sphinxcontrib-htmlhelp";
13 disabled = pythonOlder "3.9";
16 pname = "sphinxcontrib_htmlhelp";
18 hash = "sha256-Dch2N9XeU91e7DpqAXU7HM+ZSUvXVqr+zXS0+p5ykBU=";
25 # Check is disabled due to circular dependency of sphinx
26 dontCheckRuntimeDeps = true;
29 pythonNamespaces = [ "sphinxcontrib" ];
32 description = "Sphinx extension which renders HTML help files";
33 homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp";
34 license = licenses.bsd2;
35 maintainers = teams.sphinx.members;