We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee19ba commit 3ef884eCopy full SHA for 3ef884e
docs/conf.py
@@ -26,7 +26,6 @@
26
'sphinx.ext.viewcode',
27
'sphinx.ext.githubpages',
28
'sphinx.ext.intersphinx',
29
- 'sphinxcontrib.asyncio',
30
]
31
32
add_module_names = False
pyproject.toml
@@ -49,8 +49,7 @@ test = [
49
'mypy~=1.8.0',
50
51
docs = [
52
- 'Sphinx~=5.3.0',
53
- 'sphinxcontrib-asyncio~=0.3.0',
+ 'Sphinx~=8.1.3',
54
'sphinx_rtd_theme>=1.2.2',
55
56
0 commit comments