diff options
| author | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 20:14:34 -0400 |
| commit | b44bba6ee6e29b38d1e579c602821582e155ec3b (patch) | |
| tree | 355df44874b3e5f8ee4e825339cb57783e3677ca /setup.py | |
| parent | Rename abc.Callable to abc.Connectable. (diff) | |
| download | discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip | |
First pass at documentation reform.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |