Skip to content
Snippets Groups Projects
Commit d617be5c authored by Christian Faber's avatar Christian Faber
Browse files

bugfix

parent 76c52e40
No related branches found
No related tags found
No related merge requests found
......@@ -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 -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment