diff --git a/docs/conf.py b/docs/conf.py index 34b66ad465..603d190896 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -260,6 +260,10 @@ extlinks = { ), 'gitlab-issue': ( 'https://gitlab.com/mayan-edms/mayan-edms/issues/%s', 'GitLab issue #' + ), + 'gitlab-merge': ( + 'https://gitlab.com/mayan-edms/mayan-edms/merge_requests/%s', + 'GitLab merge request #' ) }