teams: drop sphinx (#472811)
This commit is contained in:
@@ -908,12 +908,6 @@ with lib.maintainers;
|
||||
shortName = "Serokell employees";
|
||||
};
|
||||
|
||||
sphinx = {
|
||||
members = [ ];
|
||||
scope = "Maintain Sphinx related packages.";
|
||||
shortName = "Sphinx";
|
||||
};
|
||||
|
||||
stdenv = {
|
||||
enableFeatureFreezePing = true;
|
||||
github = "stdenv";
|
||||
|
||||
@@ -29,6 +29,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/sphinx-doc/alabaster";
|
||||
description = "Light, configurable Sphinx theme";
|
||||
license = lib.licenses.bsd3;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,5 @@ buildPythonPackage {
|
||||
mainProgram = "breathe-apidoc";
|
||||
homepage = "https://github.com/breathe-doc/breathe";
|
||||
license = lib.licenses.bsd3;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/AA-Turner/roman-numerals/";
|
||||
changelog = "https://github.com/AA-Turner/roman-numerals/blob/${src.tag}/CHANGES.rst";
|
||||
license = lib.licenses.cc0;
|
||||
teams = sphinx.meta.teams;
|
||||
mainProgram = "roman-numerals-py";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -193,6 +193,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://www.sphinx-doc.org";
|
||||
changelog = "https://www.sphinx-doc.org/en/master/changes.html";
|
||||
license = lib.licenses.bsd3;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-applehelp";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinx extension which outputs Devhelp document";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-devhelp";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinx extension which renders HTML help files";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinx extension which renders display math in HTML via JavaScript";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-jsmath";
|
||||
license = lib.licenses.bsd0;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinx extension which outputs QtHelp document";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-qthelp";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ buildPythonPackage rec {
|
||||
description = "Sphinx extension which outputs \"serialized\" HTML files (json and pickle)";
|
||||
homepage = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.sphinx ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user