mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 22:50:52 +03:00
Merge branch 'master' into develop
This commit is contained in:
commit
f62b977093
3
docs/_static/sphinx_rtd_theme-hotfix.css
vendored
Normal file
3
docs/_static/sphinx_rtd_theme-hotfix.css
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.rst-content .highlight>pre, .rst-content .linenodiv>pre {
|
||||
line-height: normal;
|
||||
}
|
|
@ -117,10 +117,10 @@ 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
|
||||
# documentation.
|
||||
#html_theme_options = {}
|
||||
# html_context = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
html_theme_path = ['_themes']
|
||||
#html_theme_path = ['_themes']
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
|
@ -290,3 +290,7 @@ texinfo_documents = [
|
|||
autodoc_member_order = 'bysource'
|
||||
|
||||
disqus_shortname = 'python-dependency-injector'
|
||||
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet('sphinx_rtd_theme-hotfix.css')
|
||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
3.11.3
|
||||
------
|
||||
- Fix padding problem in code samples in docs.
|
||||
|
||||
3.11.2
|
||||
------
|
||||
- Fix padding problem in code samples in docs.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
sphinx
|
||||
sphinx_rtd_theme==0.2.5b2
|
||||
sphinx_rtd_theme>=0.2.5b2
|
||||
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.11.2'
|
||||
__version__ = '3.11.3'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user