Search code examples
rubyyard

Yard: Specify a different path for the compiled doc (instead of doc/)?


Is there any way to tell Yard not to clutter up my Rails project's doc/ folder? I'd like it to save its files in doc/yard/ or something like that. Sadly I didn't find any option for that.

Thank you for help.


Solution

  • yardoc --output-dir /path/to/yard/doc app.rb