Skip to content

Commit 243cb86

Browse files
committed
Update Fish documentation (4.1.0)
1 parent 83fbb0a commit 243cb86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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 '4.1' do
20+
self.release = '4.1.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 '4.0' do
2028
self.release = '4.0.1'
2129
self.base_url = "https://fishshell.com/docs/#{version}/"

0 commit comments

Comments
 (0)