9 buildPythonPackage rec {
10 pname = "sphinxcontrib-qthelp";
14 disabled = pythonOlder "3.9";
17 pname = "sphinxcontrib_qthelp";
19 hash = "sha256-BT3tw4gjqApyCagIYLFrci6eAgnjL+qYyQ5OZiRYjtY=";
22 nativeBuildInputs = [ flit-core ];
24 # Check is disabled due to circular dependency of sphinx
25 dontCheckRuntimeDeps = true;
28 pythonNamespaces = [ "sphinxcontrib" ];
31 description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document";
32 homepage = "https://github.com/sphinx-doc/sphinxcontrib-qthelp";
33 license = licenses.bsd2;
34 maintainers = teams.sphinx.members;