Skip to content

Commit

Permalink
Show GitHub source icons in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Nov 15, 2024
1 parent 4cee6d2 commit 26432c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------------------------------------

Expand Down

0 comments on commit 26432c0

Please sign in to comment.