8 buildPythonPackage rec {
9 pname = "sphinxcontrib-devhelp";
13 disabled = pythonOlder "3.9";
16 pname = "sphinxcontrib_devhelp";
18 hash = "sha256-Y7QeDTggfKQOu+q89NjlH3bAPnjNYavhGM9ENcc9QhI=";
25 # Check is disabled due to circular dependency of sphinx
28 pythonNamespaces = [ "sphinxcontrib" ];
31 description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.";
32 homepage = "https://github.com/sphinx-doc/sphinxcontrib-devhelp";
33 license = licenses.bsd2;
34 maintainers = teams.sphinx.members;