We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0fffd commit 895f159Copy full SHA for 895f159
Rakefile
@@ -29,6 +29,7 @@ task rdoc: :generate
29
RDoc::Task.new do |doc|
30
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
31
doc.rdoc_dir = "_site" # for GitHub Pages
32
+ doc.template = "aliki"
33
end
34
35
task "coverage" do
0 commit comments