Restyled by black
This commit is contained in:
11
docs/conf.py
11
docs/conf.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user