We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0c83d commit 83ec833Copy full SHA for 83ec833
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx>=7.1.0,<8.2.0
+sphinx>=7.1.0,<10.0
2
furo>=2024.1.29
3
sphinx-copybutton>=0.5.2
4
myst-parser>=3.0.0
pyproject.toml
@@ -72,13 +72,12 @@ dev = [
72
"black>=24.0.0",
73
"mdformat>=0.7.0",
74
"mdformat-myst>=0.1.5",
75
- "mdformat-tables>=0.4.0",
76
]
77
docs = [
78
- "sphinx>=7.1.0,<8.2.0",
+ "sphinx>=7.1.0,<10.0",
79
"furo>=2024.1.29",
80
"sphinx-copybutton>=0.5.2",
81
- "myst-parser>=2.0.0",
+ "myst-parser>=3.0.0",
82
"sphinx-autodoc-typehints>=1.24.0",
83
"linkify-it-py>=2.0.3",
84
0 commit comments