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