Skip to content

Commit 9882154

Browse files
committed
Generate using rdoc < 7
1 parent b8ebda7 commit 9882154

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/file-scrapers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ cp -r docs $DEVDOCS/docs/minitest
275275
```sh
276276
git clone https://github.com/rack/rack
277277
cd rack/
278+
sed -i 's/gem "rdoc"/gem "rdoc", "<7"/' Gemfile
278279
bundle install
279280
bundle exec rdoc
280281
cp -r doc $DEVDOCS/docs/rack

lib/docs/scrapers/rdoc/rack.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class Rack < Rdoc
88
home: 'https://rack.github.io/rack/3.2/index.html',
99
code: 'https://github.com/rack/rack'
1010
}
11-
self.root_path = 'Rack.html'
1211

1312
options[:root_title] = 'Rack'
1413

0 commit comments

Comments
 (0)