about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/colorzero/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/colorzero/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/colorzero/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/colorzero/default.nix b/nixpkgs/pkgs/development/python-modules/colorzero/default.nix
index 01936cefd2c3..e2383dddf4de 100644
--- a/nixpkgs/pkgs/development/python-modules/colorzero/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/colorzero/default.nix
@@ -2,8 +2,6 @@
 , buildPythonPackage
 , fetchFromGitHub
 , pkginfo
-, sphinxHook
-, sphinx-rtd-theme
 , pytestCheckHook
 }:
 
@@ -25,15 +23,8 @@ buildPythonPackage rec {
       --replace "--cov" ""
   '';
 
-  outputs = [
-    "out"
-    "doc"
-  ];
-
   nativeBuildInputs = [
     pkginfo
-    sphinx-rtd-theme
-    sphinxHook
   ];
 
   pythonImportsCheck = [