Unverified Commit 40bf09ae authored by Emily's avatar Emily Committed by GitHub
Browse files

teams: drop sphinx (#472811)

parents a03b279c b1bbf6d9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -908,12 +908,6 @@ with lib.maintainers;
    shortName = "Serokell employees";
  };

  sphinx = {
    members = [ ];
    scope = "Maintain Sphinx related packages.";
    shortName = "Sphinx";
  };

  stdenv = {
    enableFeatureFreezePing = true;
    github = "stdenv";
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -39,6 +39,5 @@ buildPythonPackage {
    mainProgram = "breathe-apidoc";
    homepage = "https://github.com/breathe-doc/breathe";
    license = lib.licenses.bsd3;
    teams = [ lib.teams.sphinx ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
Loading