浏览代码

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>
Markus Heiser 9 年之前
父节点
当前提交
666756252d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Documentation/gpu/conf.py

+ 3 - 0
Documentation/gpu/conf.py

@@ -0,0 +1,3 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux GPU Driver Developer's Guide"