diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c190c7..02bce81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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".