From 7684f51c092cc83d4e75bdbf5e22acc1a2af21f3 Mon Sep 17 00:00:00 2001 From: Jack Medrek Date: Mon, 4 Mar 2024 15:02:50 -0500 Subject: [PATCH] moved config file to docs/ --- docs/conf.py | 2 +- index.rst => docs/index.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.rst => docs/index.rst (100%) 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