Loading pkgs/development/python-modules/sphinxcontrib-katex/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "Sphinx extension using KaTeX to render math in HTML"; homepage = "https://github.com/hagenw/sphinxcontrib-katex"; changelog = "https://github.com/hagenw/sphinxcontrib-katex/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; }; Loading Loading
pkgs/development/python-modules/sphinxcontrib-katex/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "Sphinx extension using KaTeX to render math in HTML"; homepage = "https://github.com/hagenw/sphinxcontrib-katex"; changelog = "https://github.com/hagenw/sphinxcontrib-katex/blob/v${version}/CHANGELOG.rst"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; }; Loading