]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: build with sphinx < 2.1
authorPierce Lopez <pierce.lopez@gmail.com>
Sat, 8 Jun 2019 18:44:11 +0000 (14:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 22 Jun 2019 22:19:07 +0000 (18:19 -0400)
sphinx 2.1 adds an ":async:" option for py:method:: and py:function::
and it does not seem to interact well with sphinxcontrib-asyncio

docs/requirements.txt

index 97528d970849f9371ce87d88f02100fb85b4e99d..852493572bb31e6c3cad602e4dc05e44024675be 100644 (file)
@@ -1,4 +1,4 @@
-sphinx>1.8.2
+sphinx>1.8.2,<2.1
 sphinxcontrib-asyncio
 sphinx_rtd_theme
 Twisted