aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/maintainer/conf.py
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/maintainer/conf.py
parentdocs: load_config.py: avoid needing a conf.py just due to LaTeX docs (diff)
downloadlinux-dev-9fc3a18a942f74d245429211577a733930d365fa.tar.xz
linux-dev-9fc3a18a942f74d245429211577a733930d365fa.zip
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 '')
-rw-r--r--Documentation/maintainer/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/maintainer/conf.py b/Documentation/maintainer/conf.py
deleted file mode 100644
index 81e9eb7a7884..000000000000
--- a/Documentation/maintainer/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-
-project = 'Linux Kernel Development Documentation'
-
-tags.add("subproject")
-
-latex_documents = [
- ('index', 'maintainer.tex', 'Linux Kernel Development Documentation',
- 'The kernel development community', 'manual'),
-]