We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbb18 commit 853ca87Copy full SHA for 853ca87
pyproject.toml
@@ -78,9 +78,9 @@ dev = [
78
"types-beautifulsoup4 >= 4.12.0,<5.0.0",
79
]
80
docs = [
81
- "sphinx >=7.0.0,<8.0.0",
82
- "sphinx-autodoc-typehints >=2.0.0,<3.0.0",
83
- "sphinx-rtd-theme >=2.0.0,<3.0.0",
+ "sphinx >=8.0.0,<9.0.0",
+ "sphinx-autodoc-typehints >=3.0.0,<4.0.0",
+ "sphinx-rtd-theme >=3.0.0,<4.0.0",
84
"numpydoc >=1.5.0,<2.0.0",
85
"sphinx_tabs >=3.4.1,<4.0.0",
86
"sphinx-togglebutton >=0.3.2,<1.0.0",
0 commit comments