loosen sphinx_rtd_theme for sphinx 7

This commit is contained in:
Ariel Rin 2023-12-26 21:38:04 +10:00
parent 0ba94c53aa
commit 950ae34093
No known key found for this signature in database

View File

@ -66,7 +66,7 @@ test = [
] ]
docs = [ docs = [
"sphinx", "sphinx",
"sphinx_rtd_theme>=1.0.0,<2.0.0", "sphinx_rtd_theme>=2.0.0,<3.0.0",
"myst-parser", "myst-parser",
"sphinxcontrib-django", "sphinxcontrib-django",
"sphinx-copybutton", "sphinx-copybutton",