Skip to content

Commit 2aa7455

Browse files
committed
fish: skip unwanted genindex.html commands.html
1 parent be80d18 commit 2aa7455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/scrapers/fish.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Fish < UrlScraper
2020
self.release = '3.1.2'
2121
self.base_url = "https://fishshell.com/docs/#{version}/"
2222

23+
options[:skip].concat %w(genindex.html commands.html)
2324
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
2425
end
2526

0 commit comments

Comments
 (0)