diff --git a/docs/source/conf.py b/docs/source/conf.py index 80b9edb8..37885877 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -78,7 +78,12 @@ def _parse_release_as_version(rls): html_theme = 'sphinx_rtd_theme' html_logo = 'images/GA-logo.png' -html_theme_options = {'collapse_navigation': False} +html_theme_options = { + 'collapse_navigation': False +} +html_context = { + "display_github": True +} # 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,