From 96869074c313353de94f48c85415464fed9a679e Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 20 Mar 2018 21:14:25 -0400 Subject: [PATCH] [V3 Docs] Third time's the charm (#1447) * Get the right sphinx version * Add mongo extra --- .readthedocs.yml | 3 ++- docs/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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'] } )