From b97af1d34c638deffe1730a056de6d1059da7139 Mon Sep 17 00:00:00 2001 From: Chris Kampmeier Date: Fri, 16 Jun 2017 20:23:19 -0400 Subject: [PATCH] Docs: remove option that only works with sdoc Plain RDoc is used for older Rubies not supported by sdoc. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3b32887..427812a 100644 --- a/Rakefile +++ b/Rakefile @@ -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)