diff options
| author | Rapptz <[email protected]> | 2017-12-29 06:29:59 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-12-29 06:29:59 -0500 |
| commit | e9f887aab25167d6de1202bcb406e3e8fdf6854a (patch) | |
| tree | 60f14a3050239ee50d6c0c6254abf88dfd7178ee /setup.py | |
| parent | [commands] Document that can_run can raise. (diff) | |
| download | discord.py-e9f887aab25167d6de1202bcb406e3e8fdf6854a.tar.xz discord.py-e9f887aab25167d6de1202bcb406e3e8fdf6854a.zip | |
Add websupport extension to extension list.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,10 +8,10 @@ with open('requirements.txt') as f: requirements = f.read().splitlines() if on_rtd: + requirements.append('sphinx==1.6.5') requirements.append('sphinxcontrib-napoleon') requirements.append('sphinxcontrib-asyncio') requirements.append('sphinxcontrib-websupport') - requirements.append('sphinx==1.6.5') version = '' with open('discord/__init__.py') as f: |