Regenerating YARD is only useful for sord in that it parses the source files and outputs the yardoc database. The actual HTML files are of no purpose. This updates the yard command so that HTML files are not output. This makes sord much, much faster even when regenerating documentation.
We can decide if we want to put this behind a setting or not - it is a breaking change, but I don't really see any point to the current behavior, and if anyone wants to actually generate documentation I think it makes more sense for them to run yard manually.
Regenerating YARD is only useful for
sord
in that it parses the source files and outputs theyardoc
database. The actual HTML files are of no purpose. This updates theyard
command so that HTML files are not output. This makessord
much, much faster even when regenerating documentation.We can decide if we want to put this behind a setting or not - it is a breaking change, but I don't really see any point to the current behavior, and if anyone wants to actually generate documentation I think it makes more sense for them to run
yard
manually.