We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fbb0a commit 243cb86Copy full SHA for 243cb86
lib/docs/scrapers/fish.rb
@@ -16,6 +16,14 @@ class Fish < UrlScraper
16
Licensed under the GNU General Public License, version 2.
17
HTML
18
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
27
version '4.0' do
28
self.release = '4.0.1'
29
self.base_url = "https://fishshell.com/docs/#{version}/"
0 commit comments