We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be80d18 commit 2aa7455Copy full SHA for 2aa7455
lib/docs/scrapers/fish.rb
@@ -20,6 +20,7 @@ class Fish < UrlScraper
20
self.release = '3.1.2'
21
self.base_url = "https://fishshell.com/docs/#{version}/"
22
23
+ options[:skip].concat %w(genindex.html commands.html)
24
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
25
end
26
0 commit comments