Merge pull request #133 from JSchmie/dependabot/pip/sphinx-rtd-theme-gte-2-and-lt-4

Update sphinx-rtd-theme requirement from ^2.0.0 to >=2,<4
This commit is contained in:
Jacob Schmieder
2024-10-11 10:37:51 +02:00
committed by GitHub
+1 -1
View File
@@ -57,7 +57,7 @@ format-jinja = """
[tool.poetry.group.docs.dependencies]
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
sphinx-rtd-theme = ">=2,<4"
markdown-it-py = {version = "~3.0.0", extras = ["plugins"]}
myst-parser = "^3.0.1"
mdit-py-plugins = "^0.4.1"