diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 15:51:20 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-22 15:51:20 -0400 |
commit | 48ffc3d12b55bed8d9452a89bc13de4864dc3106 (patch) | |
tree | c84a70ad0f1391f483c5bde738155be8fff6a692 /Documentation/dev-tools | |
parent | 143134ba498327e3d389e10f55f56e9c37257c7c (diff) | |
parent | d6f0f2f19a9e41bd0bcd5757f68500ed29352509 (diff) |
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/dev-tools')
-rw-r--r-- | Documentation/dev-tools/conf.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/dev-tools/conf.py b/Documentation/dev-tools/conf.py deleted file mode 100644 index 7faafa3f7888..000000000000 --- a/Documentation/dev-tools/conf.py +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # -*- coding: utf-8; mode: python -*- | ||
2 | |||
3 | project = "Development tools for the kernel" | ||
4 | |||
5 | tags.add("subproject") | ||
6 | |||
7 | latex_documents = [ | ||
8 | ('index', 'dev-tools.tex', project, | ||
9 | 'The kernel development community', 'manual'), | ||
10 | ] | ||