diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 418527f8..6e0e15ff 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -647,7 +647,7 @@ credits = [ 'http://scikit-image.org/docs/dev/license.html' ], [ 'scikit-learn', - '2007-2017 The scikit-learn developers', + '2007-2018 The scikit-learn developers', 'BSD', 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING' ], [ diff --git a/lib/docs/scrapers/scikit_learn.rb b/lib/docs/scrapers/scikit_learn.rb index 01b89e3b..fe6a8665 100644 --- a/lib/docs/scrapers/scikit_learn.rb +++ b/lib/docs/scrapers/scikit_learn.rb @@ -3,7 +3,7 @@ module Docs self.name = 'scikit-learn' self.slug = 'scikit_learn' self.type = 'sphinx' - self.release = '0.19.1' + self.release = '0.20.0' self.base_url = 'http://scikit-learn.org/stable/' self.root_path = 'documentation.html' self.force_gzip = true @@ -21,7 +21,7 @@ module Docs options[:max_image_size] = 256_000 options[:attribution] = <<-HTML - © 2007–2017 The scikit-learn developers
+ © 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License. HTML