Skip to content

Commit

Permalink
setup.py: up sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Feb 17, 2020
1 parent 5a85ea9 commit 8ce950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_version(filename):
description='Sphinx extensions for documenting Cylc',
long_description=open('README.rst', 'r').read(),
install_requires=[
'sphinx>=2.1.0'
'sphinx>=2.4.0'
],
extras_require=REQS,
packages=find_namespace_packages(include=["cylc.*"]),
Expand Down

0 comments on commit 8ce950b

Please sign in to comment.