From 074ba7f3a425a9e3a24a9d1d75a8d27b68fb7b55 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 19 Nov 2025 15:17:36 -0500 Subject: [PATCH] docs: improve links back to GitHub Signed-off-by: Henry Schreiner --- docs/conf.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 09d29b3a..99c8a9ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,6 +126,26 @@ # html_theme = "furo" +html_theme_options = { + "source_repository": "https://github.com/scikit-build/scikit-build-core", + "source_branch": "main", + "source_directory": "docs/", + "footer_icons": [ + { + "name": "GitHub", + "url": "https://github.com/scikit-build/scikit-build-core", + "html": """ + + + + """, + "class": "", + }, + ], +} +html_copy_source = False +html_show_sourcelink = False + # -- Extension configuration ------------------------------------------------- myst_enable_extensions = [