summaryrefslogtreecommitdiffstats
path: root/Documentation/doc-guide/conf.py
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-11-19 18:28:58 +0100
committerJonathan Corbet <corbet@lwn.net>2016-11-19 18:28:58 +0100
commitca9667fcc855676aa5c35978f201034d38790829 (patch)
treef52523e399b6938fd79b0b0c25b3c55e27600e55 /Documentation/doc-guide/conf.py
parentdoc: Document the new inline struct member kernel-doc style (diff)
parentparse-headers.rst: add an introduction to the man page (diff)
downloadlinux-ca9667fcc855676aa5c35978f201034d38790829.tar.xz
linux-ca9667fcc855676aa5c35978f201034d38790829.zip
Merge branch 'mauro-doc' into docs-next
Diffstat (limited to 'Documentation/doc-guide/conf.py')
-rw-r--r--Documentation/doc-guide/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/doc-guide/conf.py b/Documentation/doc-guide/conf.py
new file mode 100644
index 000000000000..fd3731182d5a
--- /dev/null
+++ b/Documentation/doc-guide/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = 'Linux Kernel Documentation Guide'
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'kernel-doc-guide.tex', 'Linux Kernel Documentation Guide',
+ 'The kernel development community', 'manual'),
+]