Skip to content

Commit

Permalink
Docs: remove option that only works with sdoc
Browse files Browse the repository at this point in the history
Plain RDoc is used for older Rubies not supported by sdoc.
  • Loading branch information
chrisk committed Jun 17, 2017
1 parent d6d69c3 commit b97af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -67,7 +67,7 @@ task :clean do
end

if RUBY_VERSION >= "1.8.7"
rdoc_options = %w(--show-hash --charset utf-8 --github)
rdoc_options = %w(--show-hash --charset utf-8)
begin
require 'sdoc'
rdoc_options += %w(--format sdoc)
Expand Down

0 comments on commit b97af1d

Please sign in to comment.