aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-27 17:04:50 -0400
committerRapptz <[email protected]>2015-10-27 17:04:50 -0400
commit9f12067b3d148d7b17832a6344d4cbef7be82ef2 (patch)
tree28a88248a0c4b37d33f7b1366b681f18cd32c35f /docs
parentSplit data classes into more files. (diff)
downloaddiscord.py-9f12067b3d148d7b17832a6344d4cbef7be82ef2.tar.xz
discord.py-9f12067b3d148d7b17832a6344d4cbef7be82ef2.zip
Add discord.Object class for generic pass-by-ID.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ab3aab2c..6c6c749d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,8 +31,13 @@ sys.path.insert(0, os.path.abspath('..'))
# ones.
extensions = [
'sphinx.ext.autodoc',
+ 'sphinx.ext.extlinks',
]
+extlinks = {
+ 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '),
+}
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']