[3/3] doc-rst: add stand-alone conf.py to gpu folder

Message ID 1470662100-6927-4-git-send-email-markus.heiser@darmarit.de (mailing list archive)
State Superseded, archived
Headers

Commit Message

Markus Heiser Aug. 8, 2016, 1:15 p.m. UTC
  From: Markus Heiser <markus.heiser@darmarIT.de>

With the gpu/conf.py, the gpu folder can be build and distributed
stand-alone.

Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
---
 Documentation/gpu/conf.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 Documentation/gpu/conf.py
  

Patch

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"