diff --git a/docs/conf.py b/docs/conf.py index 31251c5b4..7ffc5ad3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,12 @@ 'logo_only': True, 'navigation_depth': 5, } -html_context = {} +html_context = { + 'display_github': True, + 'github_user': 'readthedocs', + 'github_repo': 'sphinx_rtd_theme', + 'github_version': 'master/docs/' +} if not 'READTHEDOCS' in os.environ: html_static_path = ['_static/']