Commit bfe240d
committed
Fixed minimum version for sphinxcontrib-htmlhelp
Details:
* An earlier commit increased the minimum version of sphinxcontrib-htmlhelp from
1.0.0 to 2.0.0 for all Python versions. However, 2.0.0 requires Python >= 3.6.
Fixed that by using 1.0.0 as a minimum version for Python <=3.9 and 2.0.0
as a minimum version for Python >=3.10. That is consistent with Sphinx 4.2.0
which requires sphinxcontrib-htmlhelp>=2.0.0 also being used only for
Python >=3.10.
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>1 parent e32e9a9 commit bfe240d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| |||
0 commit comments