fish: skip unwanted genindex.html commands.html

pull/1319/head
Simon Legner 4 years ago
parent be80d182e5
commit 2aa7455d1d

@ -20,6 +20,7 @@ module Docs
self.release = '3.1.2'
self.base_url = "https://fishshell.com/docs/#{version}/"
options[:skip].concat %w(genindex.html commands.html)
html_filters.push 'sphinx/clean_html', 'fish/clean_html_sphinx', 'fish/entries_sphinx'
end

Loading…
Cancel
Save