diff --git a/docs/conf.py b/docs/conf.py index 793a34f..0ebd864 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,6 +49,12 @@ html_use_modindex = False html_use_index = False +# Show GitHub source icons +html_theme_options = { + "source_repository": "https://github.com/lmstudio-ai/venvstacks/", + "source_branch": "main", + "source_directory": "docs/", +} # -- Options for autosummary ----------------------------------------------------------