Skip to content

Commit

Permalink
Update submodule and export to HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Mar 24, 2024
1 parent e9b2d55 commit f8e5f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
5 changes: 4 additions & 1 deletion buildUtilities/buildDoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
projObj = currentProject;

% Export documentation to HTML before packaging toolbox
exportToHTML(fullfile(projObj.RootFolder,'docSource'),fullfile(projObj.RootFolder,'toolbox','html'));
bossapi.exportToHTML(fullfile(projObj.RootFolder,'docSource'),fullfile(projObj.RootFolder,'toolbox','html'));

% Build searchable database
builddocsearchdb(outputFolder);

end
29 changes: 0 additions & 29 deletions buildUtilities/exportToHTML.m

This file was deleted.

2 changes: 1 addition & 1 deletion toolbox/dependencies/+bossapi

0 comments on commit f8e5f91

Please sign in to comment.