diff options
| author | Rapptz <[email protected]> | 2018-06-21 03:45:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-06-21 03:45:38 -0400 |
| commit | 0ba958bae42bfd060018881b81197241e1cec109 (patch) | |
| tree | a9350316f46c9952b81f2f607070ac153b9d632e /setup.py | |
| parent | Fix Bot.get_prefix second parameter breaking. (diff) | |
| download | discord.py-0ba958bae42bfd060018881b81197241e1cec109.tar.xz discord.py-0ba958bae42bfd060018881b81197241e1cec109.zip | |
Bump Sphinx to 1.7.4
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ with open('requirements.txt') as f: requirements = f.read().splitlines() if on_rtd: - requirements.append('sphinx==1.6.5') + requirements.append('sphinx==1.7.4') requirements.append('sphinxcontrib-napoleon') requirements.append('sphinxcontrib-asyncio') requirements.append('sphinxcontrib-websupport') |