Skip to content

Commit 263c8a5

Browse files
committed
Update Fish documentation (3.7.0)
1 parent 85798a8 commit 263c8a5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

lib/docs/scrapers/fish.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ class Fish < UrlScraper
1616
Licensed under the GNU General Public License, version 2.
1717
HTML
1818

19+
version '3.7' do
20+
self.release = '3.7.0'
21+
self.base_url = "https://fishshell.com/docs/#{version}/"
22+
23+
options[:skip].concat %w(genindex.html relnotes.html)
24+
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
25+
end
26+
1927
version '3.6' do
2028
self.release = '3.6.0'
2129
self.base_url = "https://fishshell.com/docs/#{version}/"

0 commit comments

Comments
 (0)