From e25fc059c049e21d25c42c8eac12866007b2f962 Mon Sep 17 00:00:00 2001 From: azhebel Date: Mon, 31 Jul 2017 18:10:57 +0300 Subject: [PATCH] Bumped version and added external links --- config/sphinx-build/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index f4b30b8b..25808077 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -50,7 +50,7 @@ copyright = u'2017, Percona LLC and/or its affiliates' # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.2' +release = '3.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -86,6 +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 ---------------------------------------------------