File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ credits = [
508508 ' https://daringfireball.net/projects/markdown/license'
509509 ], [
510510 ' Matplotlib' ,
511- ' 2012-2020 Matplotlib Development Team. All rights reserved.' ,
511+ ' 2012-2021 Matplotlib Development Team. All rights reserved.' ,
512512 ' Custom' ,
513513 ' https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
514514 ], [
Original file line number Diff line number Diff line change @@ -16,10 +16,19 @@ class Matplotlib < UrlScraper
1616 options [ :skip ] = %w( api_changes.html tutorial.html faq.html )
1717
1818 options [ :attribution ] = <<-HTML
19- © 2012–2020 Matplotlib Development Team. All rights reserved.< br >
19+ © 2012–2021 Matplotlib Development Team. All rights reserved.< br >
2020 Licensed under the Matplotlib License Agreement.
2121 HTML
2222
23+ version '3.4' do
24+ self . release = '3.4.1'
25+ self . base_urls = [
26+ "https://matplotlib.org/#{ release } /api/" ,
27+ "https://matplotlib.org/#{ release } /mpl_toolkits/mplot3d/" ,
28+ "https://matplotlib.org/#{ release } /mpl_toolkits/axes_grid/api/"
29+ ]
30+ end
31+
2332 version '3.3' do
2433 self . release = '3.3.3'
2534 self . base_urls = [
You can’t perform that action at this time.
0 commit comments