|
|
@@ -16,12 +16,12 @@ module Docs
|
|
|
options[:skip] = %w(api_changes.html tutorial.html faq.html)
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
- © 2012–2022 Matplotlib Development Team. All rights reserved.<br>
|
|
|
+ © 2012–2023 Matplotlib Development Team. All rights reserved.<br>
|
|
|
Licensed under the Matplotlib License Agreement.
|
|
|
HTML
|
|
|
|
|
|
- version '3.6' do
|
|
|
- self.release = '3.6.0'
|
|
|
+ version '3.7' do
|
|
|
+ self.release = '3.7.1'
|
|
|
self.base_urls = [
|
|
|
"https://matplotlib.org/stable/api/",
|
|
|
"https://matplotlib.org/stable/mpl_toolkits/mplot3d/",
|
|
|
@@ -29,6 +29,15 @@ module Docs
|
|
|
]
|
|
|
end
|
|
|
|
|
|
+ version '3.6' do
|
|
|
+ self.release = '3.6.0'
|
|
|
+ self.base_urls = [
|
|
|
+ "https://matplotlib.org/#{release}/api/",
|
|
|
+ "https://matplotlib.org/#{release}/mpl_toolkits/mplot3d/",
|
|
|
+ "https://matplotlib.org/#{release}/mpl_toolkits/axes_grid/api/"
|
|
|
+ ]
|
|
|
+ end
|
|
|
+
|
|
|
version '3.5' do
|
|
|
self.release = '3.5.1'
|
|
|
self.base_urls = [
|