diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-14 10:44:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-17 05:57:52 -0400 |
commit | 9fc3a18a942f74d245429211577a733930d365fa (patch) | |
tree | bc9d7ad2585d989fc825718eadf60532a5b7a3da /Documentation/gpu/conf.py | |
parent | a84d9e899683cd79cb134c6d962e57d0de9446cc (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.py | 10 |
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 | |||
3 | project = "Linux GPU Driver Developer's Guide" | ||
4 | |||
5 | tags.add("subproject") | ||
6 | |||
7 | latex_documents = [ | ||
8 | ('index', 'gpu.tex', project, | ||
9 | 'The kernel development community', 'manual'), | ||
10 | ] | ||