Skip to content

Commit

Permalink
Fix the versions of sphinx-related dependencies
Browse files Browse the repository at this point in the history
This corresponds to the packages that were in use so far and
is needed to keep using Sphinx < 5.

Ref. eng/recordflux/RecordFlux/#1510
  • Loading branch information
andrestt committed Jan 16, 2024
1 parent 31fa3f1 commit abc8d9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit abc8d9f

Please sign in to comment.