First pass at documentation reform.

This commit is contained in:
Rapptz
2017-05-12 20:14:34 -04:00
parent be2e706b2a
commit b44bba6ee6
35 changed files with 2558 additions and 682 deletions

View File

@@ -9,6 +9,7 @@ with open('requirements.txt') as f:
if on_rtd:
requirements.append('sphinxcontrib-napoleon')
requirements.append('sphinxcontrib-asyncio')
version = ''
with open('discord/__init__.py') as f:
@@ -35,6 +36,7 @@ with open('README.md') as f:
extras_require = {
'voice': ['PyNaCl==1.0.1'],
'docs': ['sphinxcontrib-asyncio']
}
setup(name='discord.py',