From e117d14884810568f955524b865bdbf0c479f3c9 Mon Sep 17 00:00:00 2001 From: Ivan Yordanov Date: Wed, 25 Oct 2023 21:03:33 +0300 Subject: [PATCH] fix: generated doc formatting --- hooks/gen_docs/gen_docs_contributing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/gen_docs/gen_docs_contributing.py b/hooks/gen_docs/gen_docs_contributing.py index 7970b192b..5c7367528 100644 --- a/hooks/gen_docs/gen_docs_contributing.py +++ b/hooks/gen_docs/gen_docs_contributing.py @@ -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"\n".encode() +HEADER = f"\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