8000 Use version specifiers for Sphinx requirements · ada-url/ada-python@dad3de6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dad3de6

Browse files
bbaylesanonrig
authored andcommitted
Use version specifiers for Sphinx requirements
1 parent d1372c1 commit dad3de6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements/development.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ requests-toolbelt==1.0.0
3939
rfc3986==2.0.0
4040
rich==13.7.1
4141
snowballstemmer==2.2.0
42-
sphinxcontrib-applehelp==1.0.4
42+
sphinxcontrib-applehelp==1.0.4;python_version<"3.9"
43+
sphinxcontrib-applehelp==1.0.8;python_version>="3.9"
4344
sphinxcontrib-devhelp==1.0.2
44-
sphinxcontrib-htmlhelp==2.0.1
45+
sphinxcontrib-htmlhelp==2.0.1;python_version<"3.9"
46+
sphinxcontrib-htmlhelp==2.0.5;python_version>="3.9"
4547
sphinxcontrib-jsmath==1.0.1
4648
sphinxcontrib-qthelp==1.0.3
4749
sphinxcontrib-serializinghtml==1.1.5

0 commit comments

Comments
 (0)
0