diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:57:56 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-09-04 23:57:56 -0700 |
commit | 1b9d593ff64a2eeb41a1265c2653ea22d8360173 (patch) | |
tree | ee72de3d5dd4ad07b0c31a8092f2ce7a00697a43 /setup.py | |
parent | 1641f54458686eace59bb195fda0e78fb2ecb83f (diff) | |
download | cmd2-git-1b9d593ff64a2eeb41a1265c2653ea22d8360173.tar.gz |
Unrestrict Sphinx version since they fixed their bug
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ EXTRAS_REQUIRE = { # for python 3.5 and earlier we need the third party mock module "mock ; python_version<'3.6'", 'pytest', 'codecov', 'pytest-cov', 'pytest-mock', 'tox', 'pylint', - 'sphinx<1.7.7', 'sphinx-rtd-theme', 'sphinx-autobuild', 'invoke', 'twine>=1.11', + 'sphinx', 'sphinx-rtd-theme', 'sphinx-autobuild', 'invoke', 'twine>=1.11', ] } |