[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
3 changed files with 4 additions and 3 deletions

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']
}
)