Skip to content

Commit f3351be

Browse files
Drop sphinxcontrib-asyncio doc dependency
It is not compatible with current versions of Sphinx (aio-libs/sphinxcontrib-asyncio#15), and none of the extra syntax documented in https://sphinxcontrib-asyncio.readthedocs.io/en/latest/ appears to be used anyway.
1 parent 39bf6dd commit f3351be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
extensions = [
4646
"sphinx.ext.viewcode",
4747
"sphinx.ext.intersphinx",
48-
"sphinxcontrib.asyncio",
4948
]
5049

5150

requirements/doc.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx==4.4.0
2-
sphinxcontrib-asyncio==0.3.0
32
pygments>=2.1
43
aiohttp-theme==0.1.6

0 commit comments

Comments
 (0)