From d617be5c716409d4545ac8903ed2d45c19490c7a Mon Sep 17 00:00:00 2001 From: Christian Faber <chris-faber@gmx.de> Date: Mon, 21 Oct 2024 10:00:55 +0200 Subject: [PATCH] bugfix --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b028263..0279a9b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,7 +47,7 @@ templates_path = ["_templates"] exclude_patterns = [] with open("prolog.inc", "r") as file: - rst_prolog = file.readlines() + rst_prolog = file.read() # -- Options for HTML output ------------------------------------------------- -- GitLab