Merge pull request #1332 from benjaoming/upper-bound-sphinx6

Add an upper bound for when Sphinx 6 is released
This commit is contained in:
Benjamin Balder Bach 2022-08-24 23:55:51 +02:00 committed by GitHub
commit e741681526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =