added "master_doc = 'index'" to conf.py for readthedocs

This commit is contained in:
titusquah
2020-09-09 12:53:40 -06:00
parent b833703875
commit 71ff751a65

View File

@@ -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'