Skip to content

Commit ca85b24

Browse files
mbanczerowskirbierbasz-gog
authored andcommitted
GPI-517: Mark coroutines in docs
1 parent d8a00d5 commit ca85b24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Sphinx==2.0.1
22
sphinx-rtd-theme==0.4.3
33
sphinx-autodoc-typehints==1.6.0
4+
sphinxcontrib-asyncio==0.2.0
45
m2r==0.2.1

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# ones.
3333
extensions = [
3434
'sphinx.ext.autodoc',
35+
'sphinxcontrib.asyncio',
3536
'sphinx_autodoc_typehints',
3637
'm2r' # mdinclude directive for makrdown files
3738
]

0 commit comments

Comments
 (0)