-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
39bf6dd
commit 30d2c3a
Showing
3 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Removed the sphinxcontrib-asyncio documentation dependency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ | |
extensions = [ | ||
"sphinx.ext.viewcode", | ||
"sphinx.ext.intersphinx", | ||
"sphinxcontrib.asyncio", | ||
] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
sphinx==4.4.0 | ||
sphinxcontrib-asyncio==0.3.0 | ||
pygments>=2.1 | ||
aiohttp-theme==0.1.6 |