Skip to content

Commit

Permalink
fix "Edit on Github" link
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Feb 22, 2025
1 parent 15989fe commit c339e73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ def _parse_release_as_version(rls):
html_theme = 'sphinx_rtd_theme'
html_logo = 'images/GA-logo.png'

html_theme_options = {'collapse_navigation': False}
html_theme_options = {
'collapse_navigation': False
}
html_context = {
"display_github": True
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit c339e73

Please sign in to comment.