mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Merge branch 'release/3.11.2' into master
This commit is contained in:
commit
665b8d024d
|
@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme'
|
||||||
#html_theme_options = {}
|
#html_theme_options = {}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
#html_theme_path = []
|
html_theme_path = ['_themes']
|
||||||
|
|
||||||
# The name for this set of Sphinx documents. If None, it defaults to
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
|
|
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.11.2
|
||||||
|
------
|
||||||
|
- Fix padding problem in code samples in docs.
|
||||||
|
- Remove ``autodoc`` from the list of documentation dependencies.
|
||||||
|
|
||||||
3.11.1
|
3.11.1
|
||||||
------
|
------
|
||||||
- Fix small typo in documentation (thanks to James Lafa).
|
- Fix small typo in documentation (thanks to James Lafa).
|
||||||
|
|
|
@ -4,3 +4,4 @@ unittest2
|
||||||
coverage
|
coverage
|
||||||
flake8
|
flake8
|
||||||
pydocstyle
|
pydocstyle
|
||||||
|
sphinx_autobuild
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
sphinx
|
sphinx
|
||||||
|
sphinx_rtd_theme==0.2.5b2
|
||||||
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
|
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
|
||||||
sphinx_autobuild
|
|
||||||
sphinxcontrib-disqus
|
|
||||||
autodoc
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.11.1'
|
__version__ = '3.11.2'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user