From: Markus Heiser Date: Sat, 13 Aug 2016 14:12:45 +0000 (+0200) Subject: doc-rst: add stand-alone conf.py to gpu folder X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=666756252deede35014e9ffd4bda70127d7dddf1;p=linux-beck.git 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 Signed-off-by: Jonathan Corbet --- 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"