From 4d7ecadf168f4ec92df50d86c40c602d5b3e22df Mon Sep 17 00:00:00 2001 From: Han Yang Date: Tue, 10 Sep 2024 08:59:52 +0000 Subject: [PATCH] update docs config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4783394..b0036b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "sphinx_book_theme" html_theme_options = { - "repository_url": "https://www.github.com", + "repository_url": "https://github.com/microsoft/mattersim", "repository_provider": "github", "use_repository_button": True, }