Skip to content

Commit

Permalink
Drop sphinxcontrib-asyncio doc dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
musicinmybrain committed Nov 15, 2023
1 parent a87c2cf commit 065e429
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/528.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed the sphinxcontrib-asyncio documentation dependency.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"sphinxcontrib.asyncio",
]


Expand Down
1 change: 0 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx==7.1.2
sphinxcontrib-asyncio==0.3.0
pygments>=2.1
aiohttp-theme==0.1.6

0 comments on commit 065e429

Please sign in to comment.