From 559e184aa85666d3d6afa87e8c4e7ec2f071de63 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 8 Jan 2013 00:05:51 +0100 Subject: [PATCH] docs: Prefix issue numbers with '#' instead of 'GH-' --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 04d15067..55f415b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -265,4 +265,4 @@ latex_documents = [ needs_sphinx = '1.0' -extlinks = {'issue': ('https://github.com/mopidy/mopidy/issues/%s', 'GH-')} +extlinks = {'issue': ('https://github.com/mopidy/mopidy/issues/%s', '#')}