diff options
| author | Stan Lo <stan001212@gmail.com> | 2026-05-15 13:15:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-15 13:15:40 +0800 |
| commit | 4d87d43b01dbb312eb1ff5fbbc6c9f33218d91a2 (patch) | |
| tree | 1a8c8794138f975498afe54ceaac173ae5a79ec1 | |
| parent | 9b747f5ef98669d571df1b73d5318bc09e4e13fd (diff) | |
Drop rbs require in rdoc-srcdir (#16983)
This is currently blocking Ruby's doc generation:
https://github.com/ruby/actions/actions/runs/25895616458/job/76107951475
We'll need to make rbs work for the process so we can adopt the rbs-integrated
RDoc. But for now let's drop it to unblock doc generation.
| -rwxr-xr-x | tool/rdoc-srcdir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/rdoc-srcdir b/tool/rdoc-srcdir index bc5e6c4e9e..417a057d7f 100755 --- a/tool/rdoc-srcdir +++ b/tool/rdoc-srcdir @@ -2,7 +2,6 @@ require 'rubygems' require 'rdoc/rdoc' -require 'rbs' # Make only the output directory relative to the invoked directory. invoked = Dir.pwd |
