13 buildPythonPackage rec {
14 pname = "sphinx-intl";
16 format = "setuptools";
18 src = fetchFromGitHub {
22 hash = "sha256-U/YCviGrsZNruVzfP0P2dGcB0K0Afh+XUZtp71OeP6c=";
25 propagatedBuildInputs = [
38 pythonImportsCheck = [ "sphinx_intl" ];
41 description = "Sphinx utility that make it easy to translate and to apply translation";
42 homepage = "https://github.com/sphinx-doc/sphinx-intl";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ thornycrackers ];