From 76777d427ea3fa08363a4b37c5ca1ae87ee71735 Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 18 Apr 2024 19:25:57 +0900 Subject: [PATCH] update docs --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',