You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #375.
RDoc 6.13.1 has been released, and includes support for the
`class_module_path_prefix` and `file_path_prefix` options (added in
ruby/rdoc@3bc179d), which serve as
replacements for the `class_dir` and `file_dir` methods.
This commit removes the RDoc monkey patch added in
e2d849f in favor of using those
options. This means SDoc will be incompatible with RDoc 6.13.0
specifically, but that shouldn't be a significant issue (and
compatibility with RDoc < 6.13.0 is preserved).
0 commit comments