Skip to content

Commit 4b1fdf3

Browse files
committed
Update scikit-learn documentation (0.24.1)
1 parent ddb59e3 commit 4b1fdf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/scikit_learn.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class ScikitLearn < UrlScraper
33
self.name = 'scikit-learn'
44
self.slug = 'scikit_learn'
55
self.type = 'sphinx'
6-
self.release = '0.23.2'
7-
self.base_url = 'https://scikit-learn.org/0.23/'
6+
self.release = '0.24.1'
7+
self.base_url = 'https://scikit-learn.org/0.24/'
88
self.root_path = 'index.html'
99
self.force_gzip = true
1010
self.links = {

0 commit comments

Comments
 (0)