summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-07-22 13:51:20 -0600
committerJonathan Corbet <corbet@lwn.net>2019-07-22 13:51:20 -0600
commit48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch)
treec84a70ad0f1391f483c5bde738155be8fff6a692 /Documentation/networking
parent143134ba498327e3d389e10f55f56e9c37257c7c (diff)
parentd6f0f2f19a9e41bd0bcd5757f68500ed29352509 (diff)
downloadlinux-0-day-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.gz
linux-0-day-48ffc3d12b55bed8d9452a89bc13de4864dc3106.tar.xz
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro
Bring in a set of post-thrashup fixes from Mauro.
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/networking/conf.py b/Documentation/networking/conf.py
deleted file mode 100644
index 40f69e67a8831..0000000000000
--- a/Documentation/networking/conf.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- coding: utf-8; mode: python -*-
-
-project = "Linux Networking Documentation"
-
-tags.add("subproject")
-
-latex_documents = [
- ('index', 'networking.tex', project,
- 'The kernel development community', 'manual'),
-]