-
Notifications
You must be signed in to change notification settings - Fork 142
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
RubyDoc documentation is empty #228
Comments
That's weird. We haven't changed anything about our integration. I can generate the YARD locally without issue. |
I created a ticket for this. |
Thanks for letting us know. |
Looks like this is most likely because of the markup provider / markup combination in your .yardopts:
This might be an incompatibility with the version of rdoc we're using / pinned on rubydoc. Any reason not to use redcarpet, ghm or a more popular markdown library? |
rubydoc.info doesn't support rdoc markdown. You can get a list of supported providers for each markup type here: https://github.com/lsegal/yard/blob/master/lib/yard/templates/helpers/markup_helper.rb#L23-L50 |
Wait, what? It says And check out #27 for our rationale for using RDoc. |
Oh, oops! I forgot that we recently changed this. My bad. Unfortunately rubydoc.info doesn't use an rdoc version that is compatible with the RDoc markdown markup (it needs 4.x+ and we use 3.9.x) because of compat issues: https://github.com/lsegal/rubydoc.info/blob/master/Gemfile#L6 |
Maybe we need to take another look at kramdown. |
It looks like 2ad2a81 didn't fix it: http://www.rubydoc.info/github/orgsync/active_interaction. |
I created another ticket for this. |
It seems the RubyDoc documentation is not generated anymore, see http://rubydoc.info/github/orgsync/active_interaction
The text was updated successfully, but these errors were encountered: