diff options
| author | Rapptz <[email protected]> | 2017-09-21 18:04:46 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-09-21 18:04:46 -0400 |
| commit | de6cffa347a031263fb36860a04619bb62c2123d (patch) | |
| tree | f26b6a11f10f35970339d17a0fa5e09f35917525 /setup.py | |
| parent | Fix sorting for channels. (diff) | |
| download | discord.py-de6cffa347a031263fb36860a04619bb62c2123d.tar.xz discord.py-de6cffa347a031263fb36860a04619bb62c2123d.zip | |
Try to build HTML5 for docs.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ with open('requirements.txt') as f: if on_rtd: requirements.append('sphinxcontrib-napoleon') requirements.append('sphinxcontrib-asyncio') + requirements.append('sphinx==1.6.3') version = '' with open('discord/__init__.py') as f: |