Skip to content
Snippets Groups Projects
Commit 1c367ce7 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Refs #4472. Reduced minimum sphinx versino for fedora.

parent 53aa423d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,6 @@ argv = [mantidplot,'-b', builder, src_dir, output_dir] ...@@ -16,6 +16,6 @@ argv = [mantidplot,'-b', builder, src_dir, output_dir]
if __name__ == '__main__': if __name__ == '__main__':
sys.exit( sys.exit(
load_entry_point('Sphinx==1.1.2', 'console_scripts', 'sphinx-build')(argv) load_entry_point('Sphinx==1.0.7', '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