[V3 Docs] Third time's the charm (#1447)

* Get the right sphinx version

* Add mongo extra
This commit is contained in:
Will 2018-03-20 21:14:25 -04:00 committed by GitHub
parent c107d5fa7f
commit 96869074c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -11,3 +11,4 @@ python:
pip_install: true
extra_requirements:
- docs
- mongo

View File

@ -1,4 +1,4 @@
sphinx==1.6.3
sphinx==1.6.5
sphinxcontrib-asyncio
sphinx_rtd_theme
git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]

View File

@ -130,7 +130,7 @@ setup(
'pytest>3', 'pytest-asyncio'
],
'mongo': ['motor'],
'docs': ['sphinx', 'sphinxcontrib-asyncio', 'sphinx_rtd_theme'],
'docs': ['sphinx==1.6.5', 'sphinxcontrib-asyncio', 'sphinx_rtd_theme'],
'voice': ['red-lavalink>=0.0.4']
}
)