From 2c6e368659f075289793f901b1128f809d80c368 Mon Sep 17 00:00:00 2001 From: elpham6 Date: Thu, 9 May 2024 02:15:51 -0400 Subject: [PATCH] update config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2c2f438..04fbd95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ "github_user": "elpham6", # Username of repo's owner "github_repo": "sphinx_demo", # Repo name "github_version": "main", # Version - "conf_py_path": "/src", # Path in the checkout to the docs root + "conf_py_path": "src", # Path in the checkout to the docs root } html_theme = 'sphinx_rtd_theme' html_static_path = ['_static']