mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[V3 Docs] Third time's the charm (#1447)
* Get the right sphinx version * Add mongo extra
This commit is contained in:
parent
c107d5fa7f
commit
96869074c3
@ -10,4 +10,5 @@ python:
|
|||||||
version: 3.6
|
version: 3.6
|
||||||
pip_install: true
|
pip_install: true
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- docs
|
- docs
|
||||||
|
- mongo
|
||||||
@ -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]
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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']
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user