File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33
33
extensions = [
34
34
"alabaster" ,
35
35
"sphinx.ext.autodoc" ,
36
- "sphinxcontrib .disqus" ,
36
+ "sphinx_disqus .disqus" ,
37
37
]
38
38
39
39
# Add any paths that contain templates here, relative to this directory.
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
+ 4.42.0
11
+ --------
12
+ - Promote release ``4.42.0b1 `` to a production release.
13
+ - Fix the Disqus comment widget.
14
+
10
15
4.42.0b1
11
16
--------
12
17
Original file line number Diff line number Diff line change 4
4
# TODO: unpin jinja2 after sphinx update to 4+
5
5
jinja2
6
6
7
- -e git+https://github.com/rmk135/sphinxcontrib- disqus.git#egg=sphinxcontrib-disqus
7
+ sphinx- disqus==1.3.0
8
8
9
9
-r requirements-ext.txt
You can’t perform that action at this time.
0 commit comments