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'