Add sphinxcontrib-asyncio to environment.yml

readthedocs builds were broken because they were missing this dependency

Signed-off-by: Eli Uriegas <seemethere101@gmail.com>
This commit is contained in:
Eli Uriegas 2017-12-19 22:55:50 -06:00
parent 19466a15b4
commit cd81538ce3

View File

@ -16,4 +16,5 @@ dependencies:
- ujson>=1.35 - ujson>=1.35
- aiofiles>=0.3.0 - aiofiles>=0.3.0
- websockets>=3.2 - websockets>=3.2
- https://github.com/channelcat/docutils-fork/zipball/master - sphinxcontrib-asyncio>=0.2.0
- https://github.com/channelcat/docutils-fork/zipball/master