Skip to content

Commit e741681

Browse files
authored
Merge pull request readthedocs#1332 from benjaoming/upper-bound-sphinx6
Add an upper bound for when Sphinx 6 is released
2 parents 10e6562 + 8bdf730 commit e741681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include_package_data = True
3232
zip_safe = False
3333
packages = sphinx_rtd_theme
3434
install_requires =
35-
sphinx >=1.6
35+
sphinx >=1.6,<6
3636
docutils <0.18
3737
Jinja2 <3.1
3838
tests_require =

0 commit comments

Comments
 (0)