Run black on conf.py
This commit is contained in:
parent
b46d5f4657
commit
a9edfdf9db
|
@ -62,7 +62,7 @@ extensions = [
|
||||||
# conversion. The relevant plugin is not useful for normal HTML builds, but
|
# 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
|
# it still raises warnings and fails CI if inkscape is not available. So
|
||||||
# only use the plugin if inkscape is actually available.
|
# only use the plugin if inkscape is actually available.
|
||||||
if shutil.which('inkscape'):
|
if shutil.which("inkscape"):
|
||||||
extensions.append("sphinxcontrib.inkscapeconverter")
|
extensions.append("sphinxcontrib.inkscapeconverter")
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
Loading…
Reference in New Issue