diff options
| author | Rapptz <[email protected]> | 2019-06-28 01:43:04 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-28 01:43:04 -0400 |
| commit | 7543328fe784c5c044f3c814ead271f89ecfb830 (patch) | |
| tree | 15e0b39df6da6cb4cc58cad9c0ca89e028c23c21 /docs/conf.py | |
| parent | Version bump to 1.2.3 (diff) | |
| download | discord.py-7543328fe784c5c044f3c814ead271f89ecfb830.tar.xz discord.py-7543328fe784c5c044f3c814ead271f89ecfb830.zip | |
Update Sphinx to 2.1.2
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 67b88833..5f0e7592 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ extensions = [ 'sphinx.ext.extlinks', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', - 'sphinxcontrib.asyncio', + 'sphinxcontrib_trio', 'details', 'exception_hierarchy' ] |