Skip to content

Commit b521a01

Browse files
committed
Drop rbs require in rdoc-srcdir
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.
1 parent 57a02ad commit b521a01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tool/rdoc-srcdir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
require 'rubygems'
44
require 'rdoc/rdoc'
5-
require 'rbs'
65

76
# Make only the output directory relative to the invoked directory.
87
invoked = Dir.pwd

0 commit comments

Comments
 (0)