|
|
@ -16,10 +16,19 @@ module Docs
|
|
|
|
options[:skip] = %w(api_changes.html tutorial.html faq.html)
|
|
|
|
options[:skip] = %w(api_changes.html tutorial.html faq.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2012–2020 Matplotlib Development Team. All rights reserved.<br>
|
|
|
|
© 2012–2021 Matplotlib Development Team. All rights reserved.<br>
|
|
|
|
Licensed under the Matplotlib License Agreement.
|
|
|
|
Licensed under the Matplotlib License Agreement.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '3.4' do
|
|
|
|
|
|
|
|
self.release = '3.4.1'
|
|
|
|
|
|
|
|
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.3' do
|
|
|
|
version '3.3' do
|
|
|
|
self.release = '3.3.3'
|
|
|
|
self.release = '3.3.3'
|
|
|
|
self.base_urls = [
|
|
|
|
self.base_urls = [
|
|
|
|