We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a00d5 commit ca85b24Copy full SHA for ca85b24
docs/requirements.txt
@@ -1,4 +1,5 @@
1
Sphinx==2.0.1
2
sphinx-rtd-theme==0.4.3
3
sphinx-autodoc-typehints==1.6.0
4
+sphinxcontrib-asyncio==0.2.0
5
m2r==0.2.1
docs/source/conf.py
@@ -32,6 +32,7 @@
32
# ones.
33
extensions = [
34
'sphinx.ext.autodoc',
35
+ 'sphinxcontrib.asyncio',
36
'sphinx_autodoc_typehints',
37
'm2r' # mdinclude directive for makrdown files
38
]
0 commit comments