From 9602c6a9ee48c79065f5862c37f1fb33d1cc4944 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 1 Sep 2020 16:54:34 -0400 Subject: [PATCH] docs: Pin version of sphinxcontrib-asyncio The just-released version 0.3.0 is incompatible with our older pinned version of sphinx. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 852493572..7599072be 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>1.8.2,<2.1 -sphinxcontrib-asyncio +sphinxcontrib-asyncio==0.2.0 sphinx_rtd_theme Twisted -- 2.47.2