From 03d13ff224b6b6ed27e5f8a51f63294887d07256 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 24 Oct 2016 00:55:15 -0400 Subject: [PATCH] Update documentation configuration option as per deprecation warning. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index dfe3065dfb..19e9d860e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,6 @@ extensions = ['djangodocs', 'sphinxcontrib.blockdiag'] blockdiag_antialias = True blockdiag_html_image_format = "SVG" blockdiag_latex_image_format = "PDF" -blockdiag_tex_image_format = "PDF" # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']