]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: Add sphinxcontrib-asyncio
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 17:34:53 +0000 (12:34 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Dec 2018 20:14:36 +0000 (15:14 -0500)
This adds a "coroutine" marker to native coroutines

docs/conda.yml
docs/conf.py
docs/requirements.txt

index e33288db2ad2fbf862aa348efea0fd26db9ece16..44c4274a262ddd80ccdbc0f6cef44228fe0ee912 100644 (file)
@@ -5,4 +5,5 @@ dependencies:
   - pip:
     - sphinx
     - sphinx-rtd-theme
+    - sphinxcontrib-asyncio
     - Twisted
index d6e37faf4f0edb2b7710fb20417131554d07f315..04668eaf0e4e84c2e3c13512f53d84cf218b1f15 100644 (file)
@@ -18,6 +18,7 @@ extensions = [
     "sphinx.ext.doctest",
     "sphinx.ext.intersphinx",
     "sphinx.ext.viewcode",
+    "sphinxcontrib.asyncio",
 ]
 
 primary_domain = "py"
index 69c93b12cc021fa09552a0f4f62e194152d17321..97528d970849f9371ce87d88f02100fb85b4e99d 100644 (file)
@@ -1,3 +1,4 @@
 sphinx>1.8.2
+sphinxcontrib-asyncio
 sphinx_rtd_theme
 Twisted