summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-14 10:44:23 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-17 05:57:52 -0400
commit9fc3a18a942f74d245429211577a733930d365fa (patch)
treebc9d7ad2585d989fc825718eadf60532a5b7a3da /Documentation/gpu/conf.py
parenta84d9e899683cd79cb134c6d962e57d0de9446cc (diff)
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/gpu/conf.py')
-rw-r--r--Documentation/gpu/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py
deleted file mode 100644
index 1757b040fb32..000000000000
--- a/Documentation/gpu/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
1# -*- coding: utf-8; mode: python -*-
2
3project = "Linux GPU Driver Developer's Guide"
4
5tags.add("subproject")
6
7latex_documents = [
8 ('index', 'gpu.tex', project,
9 'The kernel development community', 'manual'),
10]