Fix the Disqus comment widget

This commit is contained in:
Roman Mogylatov 2024-09-09 21:52:11 -04:00
parent f54604fc14
commit 39ac098ca2
3 changed files with 7 additions and 2 deletions

View File

@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath(".."))
extensions = [ extensions = [
"alabaster", "alabaster",
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"sphinxcontrib.disqus", "sphinx_disqus.disqus",
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.

View File

@ -7,6 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
4.42.0
--------
- Promote release ``4.42.0b1`` to a production release.
- Fix the Disqus comment widget.
4.42.0b1 4.42.0b1
-------- --------

View File

@ -4,6 +4,6 @@ sphinx
# TODO: unpin jinja2 after sphinx update to 4+ # TODO: unpin jinja2 after sphinx update to 4+
jinja2 jinja2
-e git+https://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus sphinx-disqus==1.3.0
-r requirements-ext.txt -r requirements-ext.txt