Merge branch 'release-3.0.4' into 3.0

This commit is contained in:
Carlos Salguero
2017-08-04 18:27:50 -03:00
41 changed files with 161 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.extlinks']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -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.