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