File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ credits = [
858
858
' https://creativecommons.org/licenses/by/4.0/'
859
859
], [
860
860
' Werkzeug' ,
861
- ' 2007-2020 Pallets' ,
861
+ ' 2007-2021 Pallets' ,
862
862
' BSD' ,
863
863
' https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
864
864
], [
Original file line number Diff line number Diff line change @@ -9,14 +9,19 @@ class Werkzeug < UrlScraper
9
9
10
10
html_filters . push 'werkzeug/entries' , 'sphinx/clean_html'
11
11
12
- options [ :container ] = '.body > . section'
12
+ options [ :container ] = '.body > section'
13
13
options [ :skip ] = %w( changes/ )
14
14
15
15
options [ :attribution ] = <<-HTML
16
- © 2007–2020 Pallets< br >
16
+ © 2007–2021 Pallets< br >
17
17
Licensed under the BSD 3-clause License.
18
18
HTML
19
19
20
+ version '2.0' do
21
+ self . release = '2.0.x'
22
+ self . base_url = "https://werkzeug.palletsprojects.com/en/#{ self . release } /"
23
+ end
24
+
20
25
version '1.0' do
21
26
self . release = '1.0.x'
22
27
self . base_url = "https://werkzeug.palletsprojects.com/en/#{ self . release } /"
You can’t perform that action at this time.
0 commit comments