Skip to content

Commit

Permalink
fix: generated doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Oct 25, 2023
1 parent 7e3d678 commit e117d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/gen_docs/gen_docs_contributing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
KPOPS_ROOT = Path(__file__).parents[2].resolve()
SOURCE = KPOPS_ROOT / "CONTRIBUTING.md"
DEST = KPOPS_ROOT / "docs/docs/developer/contributing.md"
HEADER = f"<!-- This file is autogenerated by {Path(__file__)}. -->\n".encode()
HEADER = f"<!-- This file is autogenerated by {Path(__file__)}. -->\n\n".encode()

# Copy `CONTRIBUTING.md` into the equivalent file in the docs,
# adding a comment at the top which notes that the file is generated
Expand Down

0 comments on commit e117d14

Please sign in to comment.