aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/x86/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/x86/conf.py')
-rw-r--r--Documentation/x86/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/x86/conf.py b/Documentation/x86/conf.py
deleted file mode 100644
index 33c5c3142e20..000000000000
--- a/Documentation/x86/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
1# -*- coding: utf-8; mode: python -*-
2
3project = "X86 architecture specific documentation"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'x86.tex', project,
9 'The kernel development community', 'manual'),
10]