9 buildPythonPackage rec {
10 pname = "sphinx-basic-ng";
11 version = "1.0.0.beta2";
12 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "sphinx-basic-ng";
19 hash = "sha256-MHBGIKOKhGklrx3O075LRud8NhY2hzlTWh+jalrFpko=";
22 propagatedBuildInputs = [ sphinx ];
24 # no tests implemented
27 pythonImportsCheck = [ "sphinx_basic_ng" ];
30 description = "Modernised skeleton for Sphinx themes";
31 homepage = "https://sphinx-basic-ng.readthedocs.io/en/latest/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ Luflosi ];