alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

Support Edit on GitHub / GitLab links

Open mlncn opened this issue 5 years ago • 2 comments

In the sphinx_rtd_theme the following results in, with this configuration, an "Edit on GitLab" link will be shown at top right.

html_context = {
    "display_gitlab": True, # Integrate Gitlab
    "gitlab_user": "drutopia", # Organization
    "gitlab_repo": "documentation", # Repo name
    "gitlab_version": "master", # Version
    "conf_py_path": "/", # Path in the checkout to the docs root
}

Can alabaster support this also?

Maybe related: #165

mlncn avatar Jun 01 '20 07:06 mlncn

+1 for this feature.

bostonrwalker avatar Dec 21 '21 16:12 bostonrwalker

+1 for this as well...

lila avatar May 03 '22 22:05 lila