File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 120
120
#html_theme_options = {}
121
121
122
122
# Add any paths that contain custom themes here, relative to this directory.
123
- # html_theme_path = []
123
+ html_theme_path = ['_themes' ]
124
124
125
125
# The name for this set of Sphinx documents. If None, it defaults to
126
126
# "<project> v<release> documentation".
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 3.11.2
11
+ ------
12
+ - Fix padding problem in code samples in docs.
13
+ - Remove ``autodoc `` from the list of documentation dependencies.
14
+
10
15
3.11.1
11
16
------
12
17
- Fix small typo in documentation (thanks to James Lafa).
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ unittest2
4
4
coverage
5
5
flake8
6
6
pydocstyle
7
+ sphinx_autobuild
Original file line number Diff line number Diff line change 1
1
sphinx
2
+ sphinx_rtd_theme==0.2.5b2
2
3
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
3
- sphinx_autobuild
4
- sphinxcontrib-disqus
5
- autodoc
Original file line number Diff line number Diff line change 1
1
"""Dependency injector top-level package."""
2
2
3
- __version__ = '3.11.1 '
3
+ __version__ = '3.11.2 '
4
4
"""Version number that follows semantic versioning.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments