Skip to content

Commit

Permalink
Reformat docs/conf.py according to the new style
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Aug 20, 2020
1 parent 83e8059 commit 3f3fa8e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,14 @@ def process_sections(
version = version.split(sp)[0]

custom_sections = [
DocSection("the_black_code_style", CURRENT_DIR / "the_black_code_style.md",),
DocSection("pragmatism", CURRENT_DIR / "the_black_code_style.md",),
DocSection(
"the_black_code_style",
CURRENT_DIR / "the_black_code_style.md",
),
DocSection(
"pragmatism",
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"),
Expand Down

0 comments on commit 3f3fa8e

Please sign in to comment.