Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Add language path for edit in GitHub
  • Loading branch information
psonnera authored Oct 18, 2024
1 parent 5b09f50 commit ea787ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/EN/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

exec (open("../shared.conf.py").read())

# 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.

html_context = {
'display_github': True,
'github_user': 'openaps',
'github_repo': 'AndroidAPSdocs',
'github_version': 'master/docs/EN/',
}

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
Expand Down

0 comments on commit ea787ba

Please sign in to comment.