Update scikit-learn documentation (1.1.3)

Fixes #1864.
pull/1872/head
Simon Legner 2 years ago
parent f7946b4b80
commit ad995786d9

@ -61,6 +61,7 @@ module Docs
next if current_url.host == 'matplotlib.org' next if current_url.host == 'matplotlib.org'
next if current_url.host == 'numpy.org' next if current_url.host == 'numpy.org'
next if current_url.host == 'requests.readthedocs.io' next if current_url.host == 'requests.readthedocs.io'
next if current_url.host == 'scikit-learn.org'
next unless node['id'] || node.at_css('code, .classifier') next unless node['id'] || node.at_css('code, .classifier')
links = [] links = []
links << node.children.last.remove while node.children.last.try(:name) == 'a' links << node.children.last.remove while node.children.last.try(:name) == 'a'

Loading…
Cancel
Save