Skip to content

Commit 665b8d0

Browse files
committed
Merge branch 'release/3.11.2' into master
2 parents 13fd1be + c6fd9f3 commit 665b8d0

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
#html_theme_options = {}
121121

122122
# Add any paths that contain custom themes here, relative to this directory.
123-
#html_theme_path = []
123+
html_theme_path = ['_themes']
124124

125125
# The name for this set of Sphinx documents. If None, it defaults to
126126
# "<project> v<release> documentation".

docs/main/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.11.2
11+
------
12+
- Fix padding problem in code samples in docs.
13+
- Remove ``autodoc`` from the list of documentation dependencies.
14+
1015
3.11.1
1116
------
1217
- Fix small typo in documentation (thanks to James Lafa).

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ unittest2
44
coverage
55
flake8
66
pydocstyle
7+
sphinx_autobuild

requirements-doc.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
sphinx
2+
sphinx_rtd_theme==0.2.5b2
23
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
3-
sphinx_autobuild
4-
sphinxcontrib-disqus
5-
autodoc

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.11.1'
3+
__version__ = '3.11.2'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)