From abc8d9f2f8f8e0032165ba248e8556b9bb38bbb6 Mon Sep 17 00:00:00 2001 From: Andres Toom Date: Tue, 16 Jan 2024 10:56:24 +0000 Subject: [PATCH] Fix the versions of sphinx-related dependencies This corresponds to the packages that were in use so far and is needed to keep using Sphinx < 5. Ref. eng/recordflux/RecordFlux/#1510 --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index a4f4671d8..da5bcd138 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,12 @@ def run(self) -> None: "scapy ==2.4.5", "sphinx >=4.5, <5", "sphinx-rtd-theme >= 1.1.1, <1.2", + "sphinxcontrib-applehelp == 1.0.4", + "sphinxcontrib-devhelp == 1.0.2", + "sphinxcontrib-devhelp == 1.0.2", + "sphinxcontrib-htmlhelp == 2.0.1", + "sphinxcontrib-serializinghtml == 1.1.5", + "sphinxcontrib-qthelp == 1.0.3", "tqdm >=4.61.1, <4.63", "types-Pygments >=2.15, <2.16", ],