summaryrefslogtreecommitdiff
path: root/Documentation/media/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2016-08-13 16:12:43 +0200
committerJonathan Corbet <corbet@lwn.net>2016-08-14 11:52:16 -0600
commitb32febad77068b4a28daf7b7e063438d0cca8a42 (patch)
treeddbdb188e8166587a5d15cceb8f9db9f58b31622 /Documentation/media/conf.py
parent606b9ac81a63ab3adb7e61206b9ae34ee186a89d (diff)
doc-rst: add stand-alone conf.py to media folder
With the media/conf.py, and media/index.rst the media folder can be build and distributed stand-alone. Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/media/conf.py')
-rw-r--r--Documentation/media/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/media/conf.py b/Documentation/media/conf.py
new file mode 100644
index 000000000000..62bdba237917
--- /dev/null
+++ b/Documentation/media/conf.py
@@ -0,0 +1,3 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = 'Linux Media Subsystem Documentation'