From: Pierce Lopez Date: Sat, 8 Jun 2019 19:10:12 +0000 (-0400) Subject: Revert "docs: remove sphinxcontrib-asyncio" X-Git-Tag: v6.1.0b1~73^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e19f06d3d422554d5b1823c61e18745ba28aabfb;p=thirdparty%2Ftornado.git Revert "docs: remove sphinxcontrib-asyncio" This reverts commit 71494a4db76b3ae458e5757d741bdd1aac255640. --- 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