Reformat docs/conf.py according to the new style

This commit is contained in:
Łukasz Langa 2020-08-20 19:04:56 +02:00
parent 788268bc39
commit 05cc7ede6a

View File

@ -209,7 +209,7 @@ def process_sections(
version = version.split(sp)[0]
custom_sections = [
DocSection("the_black_code_style", CURRENT_DIR / "the_black_code_style.md",),
DocSection("the_black_code_style", CURRENT_DIR / "the_black_code_style.md"),
DocSection("editor_integration", CURRENT_DIR / "editor_integration.md"),
DocSection("blackd", CURRENT_DIR / "blackd.md"),
DocSection("black_primer", CURRENT_DIR / "black_primer.md"),