From b224617c1142b968a93a57e185ca16aeac485258 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 25 Mar 2022 11:18:50 +0100 Subject: [PATCH] Adjust dependencies to use Sphinx<4 https://github.com/sphinx-doc/sphinx/issues/10291 --- CHANGES.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5852ee44..cc61584a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Unreleased - Mitigate double include of ``pygments.css`` - Attempt to make RTD footer and version data injection work in reverse proxy scenarios +- Adjust dependencies to use Sphinx<4 2022/03/01 0.21.2 diff --git a/setup.py b/setup.py index f932a2f9..10730b0b 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ include_package_data=True, zip_safe=False, install_requires=[ - "Sphinx>=3.5,<5", + "Sphinx>=3.5,<4", "docutils==0.16", "sphinxcontrib-plantuml==0.21", "sphinx_sitemap==2.2.0",