diff --git a/docs/conf.py b/docs/conf.py index d1391714..ab418578 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,6 +131,29 @@ # html_theme = 'furo' + +html_theme_options = { + "source_repository": "https://github.com/scikit-build/cmake-python-distributions", + "source_branch": "main", + "source_directory": "docs/", + "footer_icons": [ + { + "name": "GitHub", + "url": "https://github.com/scikit-build/cmake-python-distributions", + "html": """ + + + + """, + "class": "", + }, + ], +} +html_copy_source = False +html_show_sourcelink = False + + + # -- Options for LaTeX output --------------------------------------------- latex_elements = {