[commands] Fix references in Bot to actually link.

Exceptions can't seem to link due to a bug in Sphinx.
This commit is contained in:
Rapptz
2019-04-10 05:12:11 -04:00
parent 5b99e7d6f4
commit 50dcdac5ca
3 changed files with 68 additions and 71 deletions

View File

@ -47,7 +47,10 @@ extlinks = {
}
# Links used for cross-referencing stuff in other documentation
intersphinx_mapping = {'py': ('https://docs.python.org/3', None)}
intersphinx_mapping = {
'py': ('https://docs.python.org/3', None),
'aio': ('https://aiohttp.readthedocs.io/en/stable/', None)
}
rst_prolog = """
.. |coro| replace:: This function is a |corourl|_.