diff --git a/docs/conf.py b/docs/conf.py index b11f486..ab553eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - +master_doc = 'index' # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/index.rst b/docs/index.rst similarity index 100% rename from index.rst rename to docs/index.rst