Restyled by black

This commit is contained in:
Restyled.io
2021-05-22 01:26:33 +00:00
parent 58e8ba2347
commit 544c57ff1f
52 changed files with 3303 additions and 2729 deletions

View File

@@ -12,6 +12,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from recommonmark.transform import AutoStructify
# -- Project information -----------------------------------------------------
project = "librespot-python"
@@ -55,7 +56,11 @@ source_parsers = {
def setup(app):
app.add_config_value("recommonmark_config", {
"auto_toc_tree_section": "Contents",
}, True)
app.add_config_value(
"recommonmark_config",
{
"auto_toc_tree_section": "Contents",
},
True,
)
app.add_transform(AutoStructify)