diff --git a/conf.py b/conf.py index 6f10251..acd1e6b 100644 --- a/conf.py +++ b/conf.py @@ -31,5 +31,13 @@ templates_path = ['_templates'] html_theme = 'sphinx_rtd_theme' +html_context = { + "display_github": True, + "github_user": "Ivorforce", + "github_repo": "godot-contributing-docs", + "github_version": "main", + "conf_py_path": "/", +} + # -- Options for EPUB output epub_show_urls = 'footnote'