Skip to content

Commit

Permalink
add sphinx extension to add asyncio-specific markups
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfon72 committed Sep 29, 2017
1 parent 39c6421 commit 62871ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# -- General configuration ------------------------------------------------

extensions = ['sphinx.ext.autodoc']
extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.asyncio']

templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinx_rtd_theme
recommonmark
sphinxcontrib-asyncio

0 comments on commit 62871ec

Please sign in to comment.