From 979b7ec99c422140c91d10d9408bcd322308ab6a Mon Sep 17 00:00:00 2001 From: Tink_Y <31891223+tink2123@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:31:38 +0800 Subject: [PATCH] Update gen_index.py --- doc/fluid/api/gen_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api/gen_index.py b/doc/fluid/api/gen_index.py index 363aea2aa..e6b862709 100644 --- a/doc/fluid/api/gen_index.py +++ b/doc/fluid/api/gen_index.py @@ -4,7 +4,7 @@ import glob import os if __name__ == '__main__': - file_object = open('index.rst', 'w') + file_object = open('index_en.rst', 'w') file_object.write('''============= API Reference ============= -- GitLab