aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2019-07-14 14:44:23 +0000
committerMauro Carvalho Chehab <[email protected]>2019-07-17 09:57:52 +0000
commit9fc3a18a942f74d245429211577a733930d365fa (patch)
treebc9d7ad2585d989fc825718eadf60532a5b7a3da /Documentation/filesystems/conf.py
parentdocs: load_config.py: avoid needing a conf.py just due to LaTeX docs (diff)
downloadkernel-9fc3a18a942f74d245429211577a733930d365fa.tar.gz
kernel-9fc3a18a942f74d245429211577a733930d365fa.zip
docs: remove extra conf.py files
Now that the latex_documents are handled automatically, we can remove those extra conf.py files. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'Documentation/filesystems/conf.py')
-rw-r--r--Documentation/filesystems/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/filesystems/conf.py b/Documentation/filesystems/conf.py
deleted file mode 100644
index ea44172af5c4..000000000000
--- a/Documentation/filesystems/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-
-project = "Linux Filesystems API"
-
-tags.add("subproject")
-
-latex_documents = [
- ('index', 'filesystems.tex', project,
- 'The kernel development community', 'manual'),
-]