python39Packages.sphinxcontrib-jsmath: move to maintainer team, update homepage

This commit is contained in:
Sandro Jäckel 2022-01-21 00:47:49 +01:00 committed by Sandro Jäckel
parent 8bdf4d6f08
commit 1c78972f4b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,14 +14,13 @@ buildPythonPackage rec {
sha256 = "a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8";
};
# Check is disabled due to circular dependency of sphinx
doCheck = false;
meta = with lib; {
description = "sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.";
homepage = "http://sphinx-doc.org/";
homepage = "https://github.com/sphinx-doc/sphinxcontrib-jsmath";
license = licenses.bsd0;
maintainers = teams.sphinx.members;
};
}