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 ---------------------------------------------------