Skip to content

Commit 4d87d43

Browse files
authored
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.
1 parent 9b747f5 commit 4d87d43

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)