diff --git a/Documentation/conf.py b/Documentation/conf.py index 43e41ed74584490b899b1a2c69e7c3f29d550a78..1c6d9da5d1b5355ce9218b4b440535c75e006c3d 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']