Add discord.Object class for generic pass-by-ID.

This commit is contained in:
Rapptz
2015-10-27 17:04:50 -04:00
parent a0073c734e
commit 9f12067b3d
3 changed files with 52 additions and 0 deletions

View File

@ -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']