aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-tools/conf.py')
-rw-r--r--Documentation/dev-tools/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/dev-tools/conf.py b/Documentation/dev-tools/conf.py
deleted file mode 100644
index 7faafa3f7888..000000000000
--- a/Documentation/dev-tools/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-
-project = "Development tools for the kernel"
-
-tags.add("subproject")
-
-latex_documents = [
- ('index', 'dev-tools.tex', project,
- 'The kernel development community', 'manual'),
-]