Actions
Feature #20347
closedSeparate docs task from all
Feature #20347:
Separate docs task from all
Description
I would like to migrate RDoc as bundled gems at Ruby 3.5.
We need to handle install-doc and related task with that. I removed docs task from all and re-order docs task at install-all.
https://github.com/ruby/ruby/pull/10282
It works with RDoc as bundled gems. We can keep current behavior with this migration.
I hope to merge changes for all task and re-order install-all task at Ruby 3.4.
https://github.com/ruby/ruby/pull/10282/commits/b160083175aed062c320b8d76eafe1c8706309d4
After that, the default make task will not generate rdoc. We need to add make all docs for that.
Actions