From e19f06d3d422554d5b1823c61e18745ba28aabfb Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Sat, 8 Jun 2019 15:10:12 -0400 Subject: [PATCH] Revert "docs: remove sphinxcontrib-asyncio" This reverts commit 71494a4db76b3ae458e5757d741bdd1aac255640. --- docs/conf.py | 1 + docs/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 16104266a..f0cfa9c29 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,7 @@ extensions = [ "sphinx.ext.doctest", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", + "sphinxcontrib.asyncio", ] primary_domain = "py" diff --git a/docs/requirements.txt b/docs/requirements.txt index 6aff74ed8..852493572 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ -sphinx>=2.1 +sphinx>1.8.2,<2.1 +sphinxcontrib-asyncio sphinx_rtd_theme Twisted -- 2.47.2