Skip to content

Commit 8580d9b

Browse files
committed
Update Matplotlib documentation (3.10.8)
1 parent bf71cef commit 8580d9b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

lib/docs/scrapers/matplotlib.rb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2012&ndash;2023 Matplotlib Development Team. All rights reserved.<br>
19+
&copy; 2012&ndash;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 = [

0 commit comments

Comments
 (0)