Skip to content

Commit c6b9824

Browse files
carverPeppece
authored andcommitted
Constrain sphinxcontrib-asyncio to 0.2.*
Fixes this message: File "/home/circleci/repo/.tox/py36-docs/lib/python3.6/site-packages/sphinxcontrib/asyncio.py", line 2, in <module> from sphinx.domains.python import PyFunction, PyMethod ImportError: cannot import name 'PyFunction'
1 parent 4725341 commit c6b9824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# Sphinx pined to `<1.8.0`: https://github.com/sphinx-doc/sphinx/issues/3494
5555
"Sphinx>=1.5.5,<1.8.0",
5656
"sphinx_rtd_theme>=0.1.9",
57-
"sphinxcontrib-asyncio>=0.2.0",
57+
"sphinxcontrib-asyncio>=0.2.0,<0.3",
5858
"towncrier>=19.2.0, <20",
5959
],
6060
'dev': [

0 commit comments

Comments
 (0)