We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb59e3 commit 4b1fdf3Copy full SHA for 4b1fdf3
lib/docs/scrapers/scikit_learn.rb
@@ -3,8 +3,8 @@ class ScikitLearn < UrlScraper
3
self.name = 'scikit-learn'
4
self.slug = 'scikit_learn'
5
self.type = 'sphinx'
6
- self.release = '0.23.2'
7
- self.base_url = 'https://scikit-learn.org/0.23/'
+ self.release = '0.24.1'
+ self.base_url = 'https://scikit-learn.org/0.24/'
8
self.root_path = 'index.html'
9
self.force_gzip = true
10
self.links = {
0 commit comments