From cd81538ce30c41987124667052f10a2f59151c57 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Tue, 19 Dec 2017 22:55:50 -0600 Subject: [PATCH] Add sphinxcontrib-asyncio to environment.yml readthedocs builds were broken because they were missing this dependency Signed-off-by: Eli Uriegas --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 298ea552..1c1dd82f 100644 --- a/environment.yml +++ b/environment.yml @@ -16,4 +16,5 @@ dependencies: - ujson>=1.35 - aiofiles>=0.3.0 - websockets>=3.2 - - https://github.com/channelcat/docutils-fork/zipball/master \ No newline at end of file + - sphinxcontrib-asyncio>=0.2.0 + - https://github.com/channelcat/docutils-fork/zipball/master