From b46e8bc7c1d0a18ff74100fba49e2a07cb5ce912 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 31 Jul 2017 16:14:02 -0300 Subject: [PATCH] Updated build config to convert issues to links --- config/sphinx-build/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index f4b30b8b..f2982805 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -86,7 +86,8 @@ pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] - +extlinks = {'jirabug': ('https://jira.percona.com/browse/%s', ''), +'lpbug': ('https://bugs.launchpad.net/percona-toolkit/+bug/%s', '#')} # -- Options for HTML output --------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for