From f262821924dc634f5a04397ca01be895041d2fef Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 21 Dec 2020 17:07:51 +0000 Subject: [PATCH] Documentation: minor bugfix --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2fa2c1b5b..bef818295 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -75,7 +75,7 @@ def setup(app): break else: line_index = len(real_lines) - submodule_lines = real_lines[line_index:] + submodule_lines = [b"\n"] + real_lines[line_index:] plugins_seen = False with open(os.path.join(dir, filename), "wb") as contents: