about summary refs log tree commit diff
path: root/doc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 203555de131e0..196b9e445390e 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -45,10 +45,6 @@ stdenv.mkDerivation {
   + toDocbook {
       inputFile = ./introduction.md;
       outputFile = "introduction.xml";
-    }
-  + toDocbook {
-      inputFile = ./languages-frameworks/python.md;
-      outputFile = "./languages-frameworks/python.xml";
       useChapters = true;
     }
   + toDocbook {
@@ -65,8 +61,6 @@ stdenv.mkDerivation {
       outputFile = "languages-frameworks/r.xml";
     }
   + ''
-    cat -n languages-frameworks/python.xml
-
     echo ${nixpkgsVersion} > .version
 
     xmllint --noout --nonet --xinclude --noxincludenode \