diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2016-08-13 16:12:45 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-14 11:52:32 -0600 |
commit | 666756252deede35014e9ffd4bda70127d7dddf1 (patch) | |
tree | 3d1e4eea640af71d4af2685c96203d6e6ac99926 /Documentation/gpu | |
parent | 482941aa84a6224b3e45f8d52de75c0c0de51391 (diff) | |
download | op-kernel-dev-666756252deede35014e9ffd4bda70127d7dddf1.zip op-kernel-dev-666756252deede35014e9ffd4bda70127d7dddf1.tar.gz |
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.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py new file mode 100644 index 0000000..d60bcd0 --- /dev/null +++ b/Documentation/gpu/conf.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8; mode: python -*- + +project = "Linux GPU Driver Developer's Guide" |