[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

@ -10,4 +10,5 @@ python:
version: 3.6 version: 3.6
pip_install: true pip_install: true
extra_requirements: extra_requirements:
- docs - docs
- mongo

View File

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

View File

@ -130,7 +130,7 @@ setup(
'pytest>3', 'pytest-asyncio' 'pytest>3', 'pytest-asyncio'
], ],
'mongo': ['motor'], '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'] 'voice': ['red-lavalink>=0.0.4']
} }
) )