Fixes the --mkdocs command.
There is still some weird stuff going on when an executable package only has a main file, complains about no documentation found.
Also, for now it is still needed to first run compile before running mkdocs; this is because compile also copies some .ibc files over.. should be an easy fix though.
Fixes the
--mkdocs
command. There is still some weird stuff going on when an executable package only has a main file, complains about no documentation found. Also, for now it is still needed to first runcompile
before runningmkdocs
; this is because compile also copies some .ibc files over.. should be an easy fix though.