From 71ff751a65da137df2815d1c45000592333bc809 Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Wed, 9 Sep 2020 12:53:40 -0600 Subject: [PATCH] added "master_doc = 'index'" to conf.py for readthedocs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8ad23e1..12d57b2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,6 +20,7 @@ sys.path.insert(0, os.path.abspath('../../')) project = 'LLEPE' copyright = '2020, Titus Quah, Nwike Iloeje' author = 'Titus Quah, Nwike Iloeje' +master_doc = 'index' # The full version, including alpha/beta/rc tags release = '1.0.0'