Skip to content

Commit a943a29

Browse files
committed
Enforce Sphinx 5+
1 parent 1ae0cae commit a943a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"pytest-mock",
3939
"pytz",
4040
"coverage",
41-
"sphinx<7",
42-
"sphinx_rtd_theme",
41+
"sphinx>5",
42+
"sphinx-rtd-theme",
4343
]
4444

4545
setup(

0 commit comments

Comments
 (0)