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 | linux-666756252deede35014e9ffd4bda70127d7dddf1.tar.gz linux-666756252deede35014e9ffd4bda70127d7dddf1.tar.bz2 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.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 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" |
