summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-design/files/patch-pyproject.toml
blob: 1c66b9c68d54b2261a59ec37fa1104d895d6bf25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-08-02 13:48:37 UTC
+++ pyproject.toml
@@ -28,7 +28,7 @@ requires-python = ">=3.9"
 ]
 keywords = ["sphinx", "extension", "material design", "web components"]
 requires-python = ">=3.9"
-dependencies = ["sphinx>=6,<9"]
+dependencies = ["sphinx>=5,<9"]
 
 [project.urls]
 Homepage = "https://github.com/executablebooks/sphinx-design"