diff --git a/docs/source/conf.py b/docs/source/conf.py index 5179abf..b9ba98f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,4 +51,4 @@ html_theme = 'alabaster' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -master_doc = 'contents' \ No newline at end of file +master_doc = 'index' \ No newline at end of file diff --git a/docs/source/contents.rst b/docs/source/index.rst similarity index 100% rename from docs/source/contents.rst rename to docs/source/index.rst