diff --git a/.readthedocs.yml b/.readthedocs.yml index fe7be3e15..c0433855e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,5 @@ python: version: 3.6 pip_install: true extra_requirements: - - docs \ No newline at end of file + - docs + - mongo \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index aa66a714a..1ad60618f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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] diff --git a/setup.py b/setup.py index 021b5985a..7252367f1 100644 --- a/setup.py +++ b/setup.py @@ -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'] } )