is there a way to completely replace rdoc by yard, even when installing a gem?
As it is now, gem server
has only access to rdoc-generated docs. In some cases like the FFI-gem, the documentation is written with yard, trying to read the rdoc-generated documentation through gem server
is quiet a pain.
So is there any possibility to replace the rdoc with yard