From a9edfdf9dbe7f7ffda076649ac68df4c8ad20bc2 Mon Sep 17 00:00:00 2001 From: Andrew Neitsch Date: Thu, 2 Sep 2021 20:42:29 -0600 Subject: [PATCH] Run black on conf.py --- doc/en/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index 90b41d023..aa2c54d93 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -62,7 +62,7 @@ extensions = [ # conversion. The relevant plugin is not useful for normal HTML builds, but # it still raises warnings and fails CI if inkscape is not available. So # only use the plugin if inkscape is actually available. -if shutil.which('inkscape'): +if shutil.which("inkscape"): extensions.append("sphinxcontrib.inkscapeconverter") # Add any paths that contain templates here, relative to this directory.