Skip to content
Snippets Groups Projects

Update ita pathhandling to only store ita paths in user directory

Merged Hark Simon Braren requested to merge updatePathHandling into master
Files
8
@@ -87,10 +87,9 @@ toc
%% Build search database for helpdesk
% switching to basic rendering to fix bug with builddocsearchdb
webutils.htmlrenderer('basic');
% webutils.htmlrenderer('basic'); % no longer needed
% MATLAB requires the html files to be in its search path
addpath(htmlFolder, docFolder);
savepath;
ita_savepath({htmlFolder, docFolder},'append');
% switching seems to take a while sometimes
pause(1);
if nargin == 0
@@ -98,7 +97,7 @@ if nargin == 0
rehash toolboxcache
end
% switch back to standard renderer
webutils.htmlrenderer('default');
% webutils.htmlrenderer('default'); % no longer needed
ita_verbose_info('Please restart MATLAB if the MATLAB ITA Toolbox entry does not show in the documentation browser.',0);
%% Go back to the last working directory
Loading