diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-14 11:44:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-17 06:57:52 -0300 |
commit | 9fc3a18a942f74d245429211577a733930d365fa (patch) | |
tree | bc9d7ad2585d989fc825718eadf60532a5b7a3da /Documentation/media | |
parent | a84d9e899683cd79cb134c6d962e57d0de9446cc (diff) | |
download | blackbird-op-linux-9fc3a18a942f74d245429211577a733930d365fa.tar.gz blackbird-op-linux-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 'Documentation/media')
-rw-r--r-- | Documentation/media/conf.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/media/conf.py b/Documentation/media/conf.py deleted file mode 100644 index 1f194fcd2cae..000000000000 --- a/Documentation/media/conf.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8; mode: python -*- - -# SPDX-License-Identifier: GPL-2.0 - -project = 'Linux Media Subsystem Documentation' - -tags.add("subproject") - -latex_documents = [ - ('index', 'media.tex', 'Linux Media Subsystem Documentation', - 'The kernel development community', 'manual'), -] |