Skip to content

Commit 0d5d2fd

Browse files
committed
Add upper caps to fix sphinxcontrib deps dropping Sphinx<5 compat
1 parent 09a94f0 commit 0d5d2fd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

requirements-conda.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ jinja2>=2,<3 # Sphinx <4 is not compatible with Jinja >=3
22
MarkupSafe>=1,<2 # Sphinx <4 is not compatible with MarkupSafe >=2
33
pre-commit>=2.10.0,<4 # For pre-commit hooks
44
sphinx>=3,<4 # Sphinx-Multiversion is not compatible with Sphinx 4
5+
sphinxcontrib-applehelp<1.0.5 # Version 1.0.5 drops support for Sphinx <5
6+
sphinxcontrib-devhelp<1.0.3 # Version 1.0.3 drops support for Sphinx <5
7+
sphinxcontrib-jsmath<1.0.2 # Version 1.0.2 drops support for Sphinx <5
8+
sphinxcontrib-htmlhelp<2.0.2 # Version 2.0.2 drops support for Sphinx <5
9+
sphinxcontrib-serializinghtml<1.1.6 # Version 1.1.6 drops support for Sphinx <5
10+
sphinxcontrib-qthelp<1.0.4 # Version 1.0.4 drops support for Sphinx <5

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ jinja2>=2,<3 # Sphinx <4 is not compatible with Jinja >=3
33
MarkupSafe>=1,<2 # Sphinx <4 is not compatible with MarkupSafe >=2
44
pre-commit>=2.10.0,<4 # For pre-commit hooks
55
sphinx>=3,<4 # Sphinx-Multiversion is not compatible with Sphinx 4
6+
sphinxcontrib-applehelp<1.0.5 # Version 1.0.5 drops support for Sphinx <5
7+
sphinxcontrib-devhelp<1.0.3 # Version 1.0.3 drops support for Sphinx <5
8+
sphinxcontrib-jsmath<1.0.2 # Version 1.0.2 drops support for Sphinx <5
9+
sphinxcontrib-htmlhelp<2.0.2 # Version 2.0.2 drops support for Sphinx <5
10+
sphinxcontrib-serializinghtml<1.1.6 # Version 1.1.6 drops support for Sphinx <5
11+
sphinxcontrib-qthelp<1.0.4 # Version 1.0.4 drops support for Sphinx <5
612
sphinx-multiversion # For version selector support
713
sphinx-panels # For dropdowns and other fancy UI elements

0 commit comments

Comments
 (0)