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-Tag: v4.9-rc1~133^2~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=666756252deede35014e9ffd4bda70127d7dddf1;p=thirdparty%2Fkernel%2Flinux.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 0000000000000..d60bcd0db040a --- /dev/null +++ b/Documentation/gpu/conf.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux GPU Driver Developer's Guide"