From 5d7e4cbbeadc9f98c6b6151300ca8d39d6585255 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 11 Jul 2020 01:35:47 -0300 Subject: [PATCH] Set master_doc to index --- conf.py | 1 + contents.rst | 0 2 files changed, 1 insertion(+) delete mode 100644 contents.rst diff --git a/conf.py b/conf.py index 9197f25..2693df4 100644 --- a/conf.py +++ b/conf.py @@ -33,6 +33,7 @@ extensions = [ 'sphinx.ext.autosectionlabel', ] autosectionlabel_prefix_document = True +master_doc = 'index' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/contents.rst b/contents.rst deleted file mode 100644 index e69de29..0000000