From 4808745a2cb34b26c39e22baed3bc51c4dbff174 Mon Sep 17 00:00:00 2001 From: Julien FAUCHER Date: Tue, 13 Aug 2024 14:21:10 +0200 Subject: [PATCH] Add the edit informations --- diplomat-lsp-src/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/diplomat-lsp-src/source/conf.py b/diplomat-lsp-src/source/conf.py index cd696de..8f3643f 100644 --- a/diplomat-lsp-src/source/conf.py +++ b/diplomat-lsp-src/source/conf.py @@ -49,6 +49,12 @@ # html_theme = 'furo' +html_theme_options = { + "source_repository": "https://github.com/suzizecat/suzizecat.github.io", + "source_branch": "master", + "source_directory": "diplomat-lsp-src/source", +} + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".