Merge pull request #247 from percona/ext-links

Bumped version and added external links
This commit is contained in:
Carlos Salguero
2017-07-31 15:55:58 -03:00
committed by GitHub

View File

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