aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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']