From b1dfc0d06c617c1ee607fd10e320dd094df64069 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 24 Oct 2024 12:23:42 +0200 Subject: [PATCH] Fix #393 setthe correct doc/manual/ path --- doc/manual/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/conf.py.in b/doc/manual/conf.py.in index 255a4857..c3170d4f 100644 --- a/doc/manual/conf.py.in +++ b/doc/manual/conf.py.in @@ -157,7 +157,7 @@ html_context = { 'rtd_language': language, 'canonical_url': html_baseurl, - 'conf_py_path': "/source/", + 'conf_py_path': "/doc/manual/", 'github_user': "NLnetLabs", 'github_repo': "nsd",