aboutsummaryrefslogtreecommitdiff
path: root/Documentation/crypto/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/crypto/conf.py')
-rw-r--r--Documentation/crypto/conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/crypto/conf.py b/Documentation/crypto/conf.py
new file mode 100644
index 000000000000..4335d251ddf3
--- /dev/null
+++ b/Documentation/crypto/conf.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8; mode: python -*-
+
+project = 'Linux Kernel Crypto API'
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'crypto-api.tex', 'Linux Kernel Crypto API manual',
+ 'The kernel development community', 'manual'),
+]