File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def call
24
24
lang = 'php' if lang == 'ci' || lang == 'html+php'
25
25
lang = 'markup' if lang == 'html+django'
26
26
lang = 'bash' if lang == 'bash'
27
- lang = 'python' if lang == 'default' || lang . start_with? ( 'python' ) || lang . start_with? ( 'ipython' )
27
+ lang = 'python' if lang == 'default' || lang == 'pycon' || lang . start_with? ( 'python' ) || lang . start_with? ( 'ipython' )
28
28
pre [ 'data-language' ] = lang
29
29
node . replace ( pre )
30
30
end
Original file line number Diff line number Diff line change @@ -23,26 +23,26 @@ class Python < UrlScraper
23
23
library/sunau.html )
24
24
25
25
options [ :attribution ] = <<-HTML
26
- © 2001–2024 Python Software Foundation< br >
26
+ © 2001–2025 Python Software Foundation< br >
27
27
Licensed under the PSF License.
28
28
HTML
29
29
30
30
version '3.13' do
31
- self . release = '3.13.1 '
31
+ self . release = '3.13.2 '
32
32
self . base_url = "https://docs.python.org/#{ self . version } /"
33
33
34
34
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
35
35
end
36
36
37
37
version '3.12' do
38
- self . release = '3.12.5 '
38
+ self . release = '3.12.9 '
39
39
self . base_url = "https://docs.python.org/#{ self . version } /"
40
40
41
41
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
42
42
end
43
43
44
44
version '3.11' do
45
- self . release = '3.11.7 '
45
+ self . release = '3.11.11 '
46
46
self . base_url = "https://docs.python.org/#{ self . version } /"
47
47
48
48
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
You can’t perform that action at this time.
0 commit comments