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 0819418 commit 08e5196Copy full SHA for 08e5196
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx>=3.0.0,<4
+sphinx>=5.3.0,<6
2
sphinx_rtd_theme>=0.4,<1
3
sphinx-argparse==0.2.5
4
multidict<5.0,>=4.5
setup.py
@@ -29,7 +29,7 @@
29
"flake8==3.8.1",
30
"isort==4.3.21",
31
"mypy==0.910",
32
- "sphinx>=3.0.0,<4",
+ "sphinx>=5.3.0,<6",
33
"sphinx_rtd_theme>=0.4,<1",
34
"sphinx-argparse==0.2.5",
35
"types-aiofiles",
0 commit comments