aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-16 13:25:36 -0300
committerJonathan Corbet <corbet@lwn.net>2016-08-18 16:41:31 -0600
commita69ab10869941f45b5f1291ec482df1e9bd7895f (patch)
tree986a4637270b4c3480aefe03ae5959e6c76eca50 /Documentation/conf.py
parentdocs-rst: fix a breakage when building PDF documents (diff)
downloadwireguard-linux-a69ab10869941f45b5f1291ec482df1e9bd7895f.tar.xz
wireguard-linux-a69ab10869941f45b5f1291ec482df1e9bd7895f.zip
docs-rst: remove a rst2pdf left over code
The usage of rst2pdf was replaced by pdflatex on a previous patch. Remove the left-over code at conf.py. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 43e41ed74584..1c6d9da5d1b5 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -31,13 +31,6 @@ from load_config import loadConfig
# ones.
extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include']
-# Gracefully handle missing rst2pdf.
-try:
- import rst2pdf
- extensions += ['rst2pdf.pdfbuilder']
-except ImportError:
- pass
-
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']