8 buildPythonPackage rec {
9 pname = "sphinxcontrib-qthelp";
13 disabled = pythonOlder "3.9";
16 pname = "sphinxcontrib_qthelp";
18 hash = "sha256-BT3tw4gjqApyCagIYLFrci6eAgnjL+qYyQ5OZiRYjtY=";
25 # Check is disabled due to circular dependency of sphinx
26 dontCheckRuntimeDeps = true;
29 pythonNamespaces = [ "sphinxcontrib" ];
32 description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.";
33 homepage = "https://github.com/sphinx-doc/sphinxcontrib-qthelp";
34 license = licenses.bsd2;
35 maintainers = teams.sphinx.members;