add sphinx extension to add asyncio-specific markups
This commit is contained in:
parent
39c64214ee
commit
62871ec9b3
@ -25,7 +25,7 @@ import sanic
|
|||||||
|
|
||||||
# -- General configuration ------------------------------------------------
|
# -- General configuration ------------------------------------------------
|
||||||
|
|
||||||
extensions = ['sphinx.ext.autodoc']
|
extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.asyncio']
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
recommonmark
|
recommonmark
|
||||||
|
sphinxcontrib-asyncio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user