diff --git a/WebHostLib/options.py b/WebHostLib/options.py index 2df2e64a..c2f1619f 100644 --- a/WebHostLib/options.py +++ b/WebHostLib/options.py @@ -76,7 +76,7 @@ def filter_rst_to_html(text: str) -> str: lines = text.splitlines() text = lines[0] + "\n" + dedent("\n".join(lines[1:])) - return publish_parts(text, writer_name='html', settings=None, settings_overrides={ + return publish_parts(text, writer='html', settings=None, settings_overrides={ 'raw_enable': False, 'file_insertion_enabled': False, 'output_encoding': 'unicode'