summaryrefslogtreecommitdiffstats
path: root/Documentation/input
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-14 11:44:23 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-17 06:57:52 -0300
commit9fc3a18a942f74d245429211577a733930d365fa (patch)
treebc9d7ad2585d989fc825718eadf60532a5b7a3da /Documentation/input
parenta84d9e899683cd79cb134c6d962e57d0de9446cc (diff)
downloadlinux-0-day-9fc3a18a942f74d245429211577a733930d365fa.tar.gz
linux-0-day-9fc3a18a942f74d245429211577a733930d365fa.tar.xz
docs: remove extra conf.py files
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/input')
-rw-r--r--Documentation/input/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/input/conf.py b/Documentation/input/conf.py
deleted file mode 100644
index d2352fdc92ede..0000000000000
--- a/Documentation/input/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-
-project = "The Linux input driver subsystem"
-
-tags.add("subproject")
-
-latex_documents = [
- ('index', 'linux-input.tex', project,
- 'The kernel development community', 'manual'),
-]