Run black on conf.py

This commit is contained in:
Andrew Neitsch 2021-09-02 20:42:29 -06:00
parent b46d5f4657
commit a9edfdf9db
1 changed files with 1 additions and 1 deletions

View File

@ -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.