Skip to content

Commit 94a7b6d

Browse files
committed
📚 Switch back to rdoc's darkfish generator (🚧TMP)
The "aliki" generator is a big (overdue) step forward for rdoc. But, at least for now, aliki's issues with TOC and headings are a bit too much for me. Hopefully I'll find some time to fix them (or post some bug reports). I also need to adapt some of the stylesheet tweaks (and submit them back to rdoc as suggestions for better defaults).
1 parent 26436f3 commit 94a7b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/rdoc.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ RDoc::Task.new do |doc|
5151
doc.rdoc_dir = "doc"
5252
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc *.md]
5353
doc.options << "--template-stylesheets" << "docs/styles.css"
54-
# doc.generator = "hanna"
54+
doc.generator = "darkfish" # TODO: fix issues with aliki
5555
end

0 commit comments

Comments
 (0)