diff --git a/docs/source/conf.py b/docs/source/conf.py index d6049767..6dbc1364 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,6 +12,7 @@ # import os import sys + sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('../..')) @@ -75,7 +76,7 @@ # html_theme_options = { # # Set the name of the project to appear in the navigation. -'nav_title': 'Nkululeko', +# 'nav_title': 'Nkululeko', # # Set the color and the accent color # 'color_primary': 'blue',