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 996a2ad commit ed63734Copy full SHA for ed63734
setup.py
@@ -29,9 +29,10 @@
29
"flake8==7.1.1",
30
"isort==4.3.21",
31
"mypy==1.10",
32
- "sphinx>=5.3.0,<6",
33
- "sphinx_rtd_theme>=0.4,<1",
34
- "sphinx-argparse==0.2.5",
+ "sphinx>=7.0.0,<8;python_version<='3.9'",
+ "sphinx>=8.1.0,<9;python_version>'3.9'",
+ "sphinx_rtd_theme>=3.0.2,<4",
35
+ "sphinx-argparse==0.4.0",
36
"types-aiofiles",
37
"types-requests",
38
] + tests_requires
0 commit comments