From 4252f33a03a147e9c312ff2c4b24414e60509973 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 7 Apr 2020 23:47:31 +0100 Subject: [PATCH] Move `contents.md` to `index.md` for readthedocs --- docs/source/conf.py | 2 +- docs/source/{contents.rst => index.rst} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/source/{contents.rst => index.rst} (100%) 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