Merge pull request #156715 from Luflosi/sphinxcontrib-htmlhelp-description

This commit is contained in:
Franz Pletz
2022-01-25 16:05:25 +01:00
committed by GitHub
@@ -19,7 +19,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "sphinxcontrib-htmlhelp is a sphinx extension which ...";
description = "Sphinx extension which renders HTML help files";
homepage = "http://sphinx-doc.org/";
license = licenses.bsd0;
};