Skip to content

Commit 3ef884e

Browse files
committed
Upgrade Sphinx
1 parent 3ee19ba commit 3ef884e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'sphinx.ext.viewcode',
2727
'sphinx.ext.githubpages',
2828
'sphinx.ext.intersphinx',
29-
'sphinxcontrib.asyncio',
3029
]
3130

3231
add_module_names = False

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ test = [
4949
'mypy~=1.8.0',
5050
]
5151
docs = [
52-
'Sphinx~=5.3.0',
53-
'sphinxcontrib-asyncio~=0.3.0',
52+
'Sphinx~=8.1.3',
5453
'sphinx_rtd_theme>=1.2.2',
5554
]
5655

0 commit comments

Comments
 (0)