mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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 = {}
|
||||
|
||||
# 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
|
||||
# "<project> v<release> documentation".
|
||||
|
|
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
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
|
||||
------
|
||||
- Fix small typo in documentation (thanks to James Lafa).
|
||||
|
|
|
@ -4,3 +4,4 @@ unittest2
|
|||
coverage
|
||||
flake8
|
||||
pydocstyle
|
||||
sphinx_autobuild
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
sphinx
|
||||
sphinx_rtd_theme==0.2.5b2
|
||||
-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."""
|
||||
|
||||
__version__ = '3.11.1'
|
||||
__version__ = '3.11.2'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user