diff --git a/litedoc/output.py b/litedoc/output.py index ddf57503..f6a5bbf2 100644 --- a/litedoc/output.py +++ b/litedoc/output.py @@ -69,7 +69,7 @@ def generate_from_module(module_folder: str, output_dir: str, with_top: bool = F os.makedirs(output_dir) replace_data = { - "__init__": "index", + "__init__": "README", ".py" : ".md", }