File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,22 @@ class Python < FileScraper
21
21
Licensed under the PSF License.
22
22
HTML
23
23
24
+ version '3.12' do
25
+ self . release = '3.12.0'
26
+ self . base_url = "https://docs.python.org/#{ self . version } /"
27
+
28
+ html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
29
+ end
30
+
24
31
version '3.11' do
25
- self . release = '3.11.1 '
32
+ self . release = '3.11.5 '
26
33
self . base_url = "https://docs.python.org/#{ self . version } /"
27
34
28
35
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
29
36
end
30
37
31
38
version '3.10' do
32
- self . release = '3.10.9 '
39
+ self . release = '3.10.13 '
33
40
self . base_url = "https://docs.python.org/#{ self . version } /"
34
41
35
42
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
You can’t perform that action at this time.
0 commit comments