Add an upper bound for when Sphinx 6 is released

This commit is contained in:
Benjamin Bach
2022-08-24 22:39:05 +02:00
parent 10e6562154
commit 8bdf730bf2

View File

@@ -32,7 +32,7 @@ include_package_data = True
zip_safe = False
packages = sphinx_rtd_theme
install_requires =
sphinx >=1.6
sphinx >=1.6,<6
docutils <0.18
Jinja2 <3.1
tests_require =