Skip to content

Commit 39ac098

Browse files
committed
Fix the Disqus comment widget
1 parent f54604f commit 39ac098

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
extensions = [
3434
"alabaster",
3535
"sphinx.ext.autodoc",
36-
"sphinxcontrib.disqus",
36+
"sphinx_disqus.disqus",
3737
]
3838

3939
# Add any paths that contain templates here, relative to this directory.

docs/main/changelog.rst

+5
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+
4.42.0
11+
--------
12+
- Promote release ``4.42.0b1`` to a production release.
13+
- Fix the Disqus comment widget.
14+
1015
4.42.0b1
1116
--------
1217

requirements-doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sphinx
44
# TODO: unpin jinja2 after sphinx update to 4+
55
jinja2
66

7-
-e git+https://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
7+
sphinx-disqus==1.3.0
88

99
-r requirements-ext.txt

0 commit comments

Comments
 (0)