diff --git a/docs/conf.py b/docs/conf.py index 4ab4572..44acdca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,3 +49,11 @@ pass autodoc_member_order = "bysource" + +html_context = { + "display_github": True, # Integrate GitHub + "github_user": "cleder", # Username + "github_repo": "pygeoif", # Repo name + "github_version": "main", # Version + "conf_py_path": "/docs/", # Path in the checkout to the docs root +}