diff --git a/conf.py b/conf.py index 1c98299..d2626a4 100644 --- a/conf.py +++ b/conf.py @@ -145,7 +145,12 @@ # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + 'github_user': 'asyncio-doc', + 'github_repo': 'asyncio-doc', + 'github_banner': True, + 'github_type': 'star', +} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []