[devdocsgjs/main: 1176/1867] fish: skip unwanted genindex.html commands.html




commit 2aa7455d1d8929bb20b43a3bf954fc4fc5740867
Author: Simon Legner <Simon Legner gmail com>
Date:   Sun Nov 15 22:21:08 2020 +0100

    fish: skip unwanted genindex.html commands.html

 lib/docs/scrapers/fish.rb | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/docs/scrapers/fish.rb b/lib/docs/scrapers/fish.rb
index b57dbd9f..175c95e5 100644
--- a/lib/docs/scrapers/fish.rb
+++ b/lib/docs/scrapers/fish.rb
@@ -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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]