From b81c7097b8aa51f29492fab090821bb5e110af12 Mon Sep 17 00:00:00 2001 From: elpham6 Date: Thu, 9 May 2024 02:22:11 -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 04fbd95..b563708 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']