Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
st0012 and olleolleolle committed Aug 21, 2024
1 parent e60ea35 commit c5bff87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rdoc_options
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ exclude:
- lib/rdoc/rd/inline_parser.ry
- lib/rdoc/markdown.kpeg
- lib/rdoc/markdown/literals.kpeg
op_dir: _site # for GH pages and should match the config of RDoc task in Rakefile
op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rakefile
title: rdoc Documentation
main_page: README.rdoc
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task :default => :test
task rdoc: :generate
RDoc::Task.new do |doc|
# RDoc task defaults to /html and overrides the op_dir option in .rdoc_options
doc.rdoc_dir = "_site" # for github pages
doc.rdoc_dir = "_site" # for GitHub Pages
end

task "coverage" do
Expand Down

0 comments on commit c5bff87

Please sign in to comment.