Merge branch 'release/3.8.2' into master

This commit is contained in:
Roman Mogylatov 2017-11-30 11:49:43 +02:00
commit bd38c23c74
3 changed files with 6 additions and 13 deletions

View File

@ -112,7 +112,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@ -206,17 +206,6 @@ html_static_path = ['_static']
# Output file base name for HTML help builder.
htmlhelp_basename = 'dependency_injectordoc'
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from
# docs.readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# otherwise, readthedocs.org uses their theme by default, so no need to
# specify it
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.8.2
-----
- Fix padding problem in code samples in docs (part 2).
3.8.1
-----
- Fix padding problem in code samples in docs.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.8.1'
__version__ = '3.8.2'
"""Version number that follows semantic versioning.
:type: str