From 6c2e6ba83e0955f3eb24f0b26b75d4be0a7df33b Mon Sep 17 00:00:00 2001 From: sravan Date: Tue, 15 Oct 2024 14:25:15 +0530 Subject: [PATCH] [Docs] Add source_edit_link to point to the correct path (#578) * docs: update source_edit_link in conf.py Signed-off-by: sravan1946 * docs: add source_view_link also Signed-off-by: sravan1946 * Update docs/source/conf.py Co-authored-by: Keming Signed-off-by: sravan --------- Signed-off-by: sravan1946 Signed-off-by: sravan Co-authored-by: Keming --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 34696d70..17bf40b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,4 +60,7 @@ html_theme_options = { "sidebar_hide_name": True, "navigation_with_keys": True, + "source_repository": "https://github.com/mosecorg/mosec", + "source_branch": "main", + "source_directory": "docs/source", }