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 @@ -413,7 +413,7 @@ credits = [
413
413
' https://raw.githubusercontent.com/facebook/jest/master/LICENSE'
414
414
], [
415
415
' Jinja' ,
416
- ' 2007-2020 Pallets' ,
416
+ ' 2007-2021 Pallets' ,
417
417
' BSD' ,
418
418
' https://github.com/pallets/jinja/blob/master/LICENSE.rst'
419
419
], [
Original file line number Diff line number Diff line change @@ -9,14 +9,19 @@ class Jinja < UrlScraper
9
9
10
10
html_filters . push 'jinja/entries' , 'sphinx/clean_html'
11
11
12
- options [ :container ] = '.body > . section'
12
+ options [ :container ] = '.body > section'
13
13
options [ :skip ] = %w( integration/ switching/ faq/ changelog/ search/ genindex/ )
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 '3.0' do
21
+ self . release = '3.0.x'
22
+ self . base_url = "https://jinja.palletsprojects.com/en/#{ self . release } /"
23
+ end
24
+
20
25
version '2.11' do
21
26
self . release = '2.11.x'
22
27
self . base_url = "https://jinja.palletsprojects.com/en/#{ self . release } /"
You can’t perform that action at this time.
0 commit comments