Skip to content

Commit 97a74f1

Browse files
committed
Use Aliki as default theme
1 parent dc451c8 commit 97a74f1

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
@@ -29,6 +29,7 @@ task rdoc: :generate
2929
RDoc::Task.new do |doc|
3030
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
3131
doc.rdoc_dir = "_site" # for GitHub Pages
32+
doc.template = "aliki"
3233
end
3334

3435
task "coverage" do

0 commit comments

Comments
 (0)