-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] bundle exec rdoc
command should work for rdoc itself
#1123
Comments
You can use |
@hsbt Thank you for the info. README says nothing about |
I tend to agree with @okuramasafumi here. From the original PR that introduced the file (#824), it doesn't look like it has to be under |
I don't agree for that. We should use |
Problem
Currently, running
bundle exec rdoc
in the repository root causes the following error:Solution
That seems caused by
doc
directory. Inside it there'srdoc/markup_reference.rb
file only.While this file seems to be processed by
Rakefile
, it doesn't have to exist indoc
directory since the file path is hardcoded.So moving
rdoc/markup_reference.rb
file into some other place should be enough.The text was updated successfully, but these errors were encountered: