You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These changes allow to add links in the for gitlab repositories. The
logic in `_github_link` stays the same as before using basic url
checking. The option can be deactivated in the sphinx directive using
`no_github_link`.
OddBloke#56
Currently, there is built-in support for GitHub links.
sphinx-git/sphinx_git/__init__.py
Lines 94 to 95 in 4a5201b
Gitlab links are constructed the same way, so to allow gitlab we would have to write:
additional (optional) modifications
_github_link
to something more genericno_github_link
-->no_link
Related #11
The text was updated successfully, but these errors were encountered: