Skip to content

Commit

Permalink
Exclude Sphinx version 3.0.0
Browse files Browse the repository at this point in the history
A bug ignores the value of `autodoc_mock_imports` in conf.py,
leading to several "ValueError: wrapper loop when unwrapping ...".
  • Loading branch information
jngrad committed Apr 8, 2020
1 parent 22368f9 commit ffe47eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ traitsui>=4.5.1
requests>=2.9.1 # to post on GitHub as espresso-ci
lxml>=3.5.0 # to deploy tutorials
# sphinx and its dependencies
sphinx>=1.6.6,!=2.1.0
sphinx>=1.6.6,!=2.1.0,!=3.0.0
sphinxcontrib-bibtex>=0.3.5
# pep8 and its dependencies
autopep8==1.3.4
Expand Down

0 comments on commit ffe47eb

Please sign in to comment.