Skip to content

Commit ecaad9d

Browse files
committed
Extend plugin version ranges down for Python 3.7
This uses narrow ranges, rather than pinning single versions, for two of the Sphinx plugins whose versions are recently pinned. This is so that plugin versions compatible with Python 3.7 (which GitPython still supports) can be selected.
1 parent b061a01 commit ecaad9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
sphinx==4.3.0
1+
sphinx == 4.3.0
22
sphinx_rtd_theme
3-
sphinxcontrib-applehelp==1.0.4
4-
sphinxcontrib-devhelp==1.0.2
5-
sphinxcontrib-htmlhelp==2.0.1
3+
sphinxcontrib-applehelp >= 1.0.2, <= 1.0.4
4+
sphinxcontrib-devhelp == 1.0.2
5+
sphinxcontrib-htmlhelp >= 2.0.0, <= 2.0.1
66
sphinxcontrib-qthelp==1.0.3
77
sphinxcontrib-serializinghtml==1.1.5
88
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)