If you don't like the default options you can use
Code:
def make_options(
extra_css: str = '',
affect_hyphenation: bool = False,
disable_hyphenation: bool = False,
hyphenation_min_chars: int = 6,
hyphenation_min_chars_before: int = 3,
hyphenation_min_chars_after: int = 3,
hyphenation_limit_lines: int = 2,
prefer_justification: bool = False,
remove_widows_and_orphans: bool | None = None,
remove_at_page_rules: bool | None = None,
) -> Options:
in the same py file as kepubify_path.