summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 16:12:56 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 16:12:56 +0200
commit8e6d2ec0fe2ce1655462a69f1ae6a4c1d78be2ad (patch)
tree1a0fd6d2233c580db46d9c17bf0b997f8746fdb9 /docs
parent953b50eae8e0bcea44d7d9d011492fee2eda3481 (diff)
downloadpygobject-8e6d2ec0fe2ce1655462a69f1ae6a4c1d78be2ad.tar.gz
docs: use the same format for issue/mr links as gitlab
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7ce00bb6..96099741 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,10 +52,10 @@ html_theme_options = {
extlinks = {
'bzbug': ('https://bugzilla.gnome.org/show_bug.cgi?id=%s', 'bz#'),
- 'issue': ('https://gitlab.gnome.org/GNOME/pygobject/issues/%s', 'issue#'),
- 'commit': ('https://gitlab.gnome.org/GNOME/pygobject/commit/%s', 'commit#'),
+ 'issue': ('https://gitlab.gnome.org/GNOME/pygobject/issues/%s', '#'),
+ 'commit': ('https://gitlab.gnome.org/GNOME/pygobject/commit/%s', ''),
'mr': (
- 'https://gitlab.gnome.org/GNOME/pygobject/merge_requests/%s', 'mr#'),
+ 'https://gitlab.gnome.org/GNOME/pygobject/merge_requests/%s', '!'),
'user': ('https://gitlab.gnome.org/%s', ''),
}