Skip to content

Commit

Permalink
Add github link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalbaghel committed Oct 2, 2020
1 parent 0646f4b commit cf62f50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@
#
html_theme = 'alabaster'

html_theme_options = {
'description': 'A python library for Badgr APIs',
'show_powered_by': False,
'github_user': 'snehalbaghel',
'github_repo': 'badgrclient',
'github_banner': True,
'show_related': False,
'note_bg': '#FFF59C',
'github_button': True,
'github_type': 'star',
'page_width': '1024px',
}

# 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,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit cf62f50

Please sign in to comment.