]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
doc-rst: add stand-alone conf.py to gpu folder
authorMarkus Heiser <markus.heiser@darmarIT.de>
Sat, 13 Aug 2016 14:12:45 +0000 (16:12 +0200)
committerJonathan Corbet <corbet@lwn.net>
Sun, 14 Aug 2016 17:52:32 +0000 (11:52 -0600)
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>
Documentation/gpu/conf.py [new file with mode: 0644]

diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py
new file mode 100644 (file)
index 0000000..d60bcd0
--- /dev/null
@@ -0,0 +1,3 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux GPU Driver Developer's Guide"