Update Fish documentation (3.4.0)

pull/1722/head
Simon Legner 3 years ago
parent c6c332c93b
commit 1d127650ba

@ -314,7 +314,7 @@ credits = [
'https://raw.githubusercontent.com/falconry/falcon/master/LICENSE' 'https://raw.githubusercontent.com/falconry/falcon/master/LICENSE'
], [ ], [
'Fish', 'Fish',
'20052009 Axel Liljencrantz, 20092021 fish-shell contributors', '20052009 Axel Liljencrantz, 20092022 fish-shell contributors',
'GPLv2', 'GPLv2',
'https://fishshell.com/docs/current/license.html' 'https://fishshell.com/docs/current/license.html'
], [ ], [

@ -12,10 +12,18 @@ module Docs
# https://fishshell.com/docs/current/license.html # https://fishshell.com/docs/current/license.html
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2021 fish-shell developers<br> &copy; 2022 fish-shell developers<br>
Licensed under the GNU General Public License, version 2. Licensed under the GNU General Public License, version 2.
HTML HTML
version '3.4' do
self.release = '3.4.0'
self.base_url = "https://fishshell.com/docs/#{version}/"
options[:skip].concat %w(genindex.html relnotes.html)
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
end
version '3.3' do version '3.3' do
self.release = '3.3.0' self.release = '3.3.0'
self.base_url = "https://fishshell.com/docs/#{version}/" self.base_url = "https://fishshell.com/docs/#{version}/"

Loading…
Cancel
Save