File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,28 @@ class Matplotlib < UrlScraper
1616 options [ :skip ] = %w( api_changes.html tutorial.html faq.html )
1717
1818 options [ :attribution ] = <<-HTML
19- © 2012–2023 Matplotlib Development Team. All rights reserved.< br >
19+ © 2012–2026 Matplotlib Development Team. All rights reserved.< br >
2020 Licensed under the Matplotlib License Agreement.
2121 HTML
2222
2323 version do
24- self . release = '3.9.2 '
24+ self . release = '3.10.8 '
2525 self . base_urls = [
2626 "https://matplotlib.org/stable/api/" ,
2727 "https://matplotlib.org/stable/mpl_toolkits/mplot3d/" ,
2828 "https://matplotlib.org/stable/mpl_toolkits/axes_grid/api/"
2929 ]
3030 end
3131
32+ version '3.9' do
33+ self . release = '3.9.3'
34+ self . base_urls = [
35+ "https://matplotlib.org/#{ release } /api/" ,
36+ "https://matplotlib.org/#{ release } /mpl_toolkits/mplot3d/" ,
37+ "https://matplotlib.org/#{ release } /mpl_toolkits/axes_grid/api/"
38+ ]
39+ end
40+
3241 version '3.8' do
3342 self . release = '3.8.4'
3443 self . base_urls = [
You can’t perform that action at this time.
0 commit comments