Skip to content
Snippets Groups Projects
Commit 5cb5c98a authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Less stringent sphinx version test. Refs #4472

parent 49e2bd3b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
arguments
"""
__requires__ = 'Sphinx==1.0.7'
__requires__ = 'Sphinx>=1.0.7'
import sys
import os
from pkg_resources import load_entry_point
......@@ -16,6 +16,6 @@ argv = [mantidplot,'-b', builder, src_dir, output_dir]
if __name__ == '__main__':
sys.exit(
load_entry_point('Sphinx==1.0.7', 'console_scripts', 'sphinx-build')(argv)
load_entry_point(__requires__, 'console_scripts', 'sphinx-build')(argv)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment