summaryrefslogtreecommitdiff
path: root/Documentation/networking/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-12 09:14:02 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 08:44:13 -0300
commit05e0f3b9966c4d6ee8e051607e2ede17b06218c4 (patch)
treedbf5e69b839c08c45b6de82e082030e4808023a6 /Documentation/networking/conf.py
parentbcb1a87a8b94182f57312a8d93dc69e9a3ace9e8 (diff)
docs-rst: convert networking book to ReST
Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/networking/conf.py')
-rw-r--r--Documentation/networking/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/networking/conf.py b/Documentation/networking/conf.py
new file mode 100644
index 000000000000..40f69e67a883
--- /dev/null
+++ b/Documentation/networking/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = "Linux Networking Documentation"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'networking.tex', project,
+ 'The kernel development community', 'manual'),
+]