summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorMarkus Heiser2016-08-13 16:12:45 +0200
committerJonathan Corbet2016-08-14 19:52:32 +0200
commit666756252deede35014e9ffd4bda70127d7dddf1 (patch)
tree3d1e4eea640af71d4af2685c96203d6e6ac99926 /Documentation/gpu
parentdoc-rst: add media/conf_nitpick.py (diff)
downloadkernel-qcow2-linux-666756252deede35014e9ffd4bda70127d7dddf1.tar.gz
kernel-qcow2-linux-666756252deede35014e9ffd4bda70127d7dddf1.tar.xz
kernel-qcow2-linux-666756252deede35014e9ffd4bda70127d7dddf1.zip
doc-rst: add stand-alone conf.py to gpu folder
With the gpu/conf.py, the gpu folder can be build and distributed stand-alone. To compile only the html of 'gpu' folder use:: make SPHINXDIRS="gpu" htmldocs Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py
new file mode 100644
index 000000000000..d60bcd0db040
--- /dev/null
+++ b/Documentation/gpu/conf.py
@@ -0,0 +1,3 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux GPU Driver Developer's Guide"