From 39ac098ca270e0262ab172a0d5e6c786954c7816 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 9 Sep 2024 21:52:11 -0400 Subject: [PATCH] Fix the Disqus comment widget --- docs/conf.py | 2 +- docs/main/changelog.rst | 5 +++++ requirements-doc.txt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5e4769ae..3a6f1db3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ sys.path.insert(0, os.path.abspath("..")) extensions = [ "alabaster", "sphinx.ext.autodoc", - "sphinxcontrib.disqus", + "sphinx_disqus.disqus", ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index f3289210..37cbd7fb 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,11 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +4.42.0 +-------- +- Promote release ``4.42.0b1`` to a production release. +- Fix the Disqus comment widget. + 4.42.0b1 -------- diff --git a/requirements-doc.txt b/requirements-doc.txt index 292c0cba..1c520497 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -4,6 +4,6 @@ sphinx # TODO: unpin jinja2 after sphinx update to 4+ jinja2 --e git+https://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus +sphinx-disqus==1.3.0 -r requirements-ext.txt