Skip to content

Commit

Permalink
show source link
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Nov 13, 2024
1 parent 7d68092 commit a87b790
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@
# a list of builtin themes.
html_theme = "sphinx_rtd_theme"

# html_context = {
# "display_github": True, # Add 'Edit on Github' link instead of 'View page source'
# "github_user": "sgbaird",
# "github_repo": "honegumi", # assuming an exact match
# "github_version": "main",
# "conf_py_path": "/docs/", # needs leading and trailing slashes!
# # "source_suffix": source_suffix,
# }

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
Expand Down Expand Up @@ -255,7 +264,7 @@
# html_split_index = False

# If true, links to the reST sources are added to the pages.
# html_show_sourcelink = True
html_show_sourcelink = True

# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True
Expand Down

0 comments on commit a87b790

Please sign in to comment.