Skip to content

Commit

Permalink
edit in github
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Nov 13, 2024
1 parent a87b790 commit 0ab427d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@
# 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,
# }
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
Expand Down Expand Up @@ -241,7 +241,7 @@

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt = "%b %d, %Y"

# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
Expand Down

0 comments on commit 0ab427d

Please sign in to comment.