From c5bff8706408d5e11d0eb9dfbe9230d20a940a13 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 21 Aug 2024 15:40:51 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Olle Jonsson --- .rdoc_options | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rdoc_options b/.rdoc_options index 54d977f238..2826c2d5e8 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -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 diff --git a/Rakefile b/Rakefile index 1de46fe359..7680c2867f 100644 --- a/Rakefile +++ b/Rakefile @@ -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