8 buildPythonPackage rec {
9 pname = "sphinx-basic-ng";
10 version = "1.0.0.beta1";
11 disable = pythonOlder "3.7";
13 src = fetchFromGitHub {
15 repo = "sphinx-basic-ng";
17 sha256 = "sha256-Zh9KvKs4js+AVSfIk0pAj6Kzq/O2m/MGTF+HCwYJTXk=";
20 propagatedBuildInputs = [
24 # no tests implemented
27 pythonImportsCheck = [ "sphinx_basic_ng" ];
30 description = "A modernised skeleton for Sphinx themes";
31 homepage = "https://sphinx-basic-ng.readthedocs.io/en/latest/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ Luflosi ];