Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 370822c

Browse files
committedJan 15, 2024
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 370822c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎doc/requirements.txt

Lines changed: 6 additions & 6 deletions
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
6-
sphinxcontrib-qthelp==1.0.3
7-
sphinxcontrib-serializinghtml==1.1.5
3+
sphinxcontrib-applehelp >= 1.0.2, <= 1.0.4
4+
sphinxcontrib-devhelp == 1.0.2
5+
sphinxcontrib-htmlhelp >= 2.0.0, <= 2.0.1
6+
sphinxcontrib-qthelp == 1.0.3
7+
sphinxcontrib-serializinghtml == 1.1.5
88
sphinx-autodoc-typehints

0 commit comments

Comments
 (0)
Please sign in to comment.