##// END OF EJS Templates
Allow spaces in file paths when using sphinx directive...
Petri Salminen -
Show More
@@ -981,7 +981,7 b' class IPythonDirective(Directive):'
981 981 self.shell.warning_is_error = warning_is_error
982 982
983 983 # setup bookmark for saving figures directory
984 self.shell.process_input_line('bookmark ipy_savedir %s'%savefig_dir,
984 self.shell.process_input_line('bookmark ipy_savedir "%s"'%savefig_dir,
985 985 store_history=False)
986 986 self.shell.clear_cout()
987 987
General Comments 0
You need to be logged in to leave comments. Login now