Skip to content

Commit c039b09

Browse files
committed
Switch rdoc task to rorvswidl template
1 parent 8478dc0 commit c039b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ task rdoc: :generate
2323
RDoc::Task.new do |doc|
2424
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
2525
doc.rdoc_dir = "_site" # for GitHub Pages
26+
doc.template = "rorvswild"
2627
end
2728

2829
task "coverage" do

0 commit comments

Comments
 (0)