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
2121 Licensed under the PSF License.
2222 HTML
2323
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+
2431 version '3.11' do
25- self . release = '3.11.1 '
32+ self . release = '3.11.5 '
2633 self . base_url = "https://docs.python.org/#{ self . version } /"
2734
2835 html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
2936 end
3037
3138 version '3.10' do
32- self . release = '3.10.9 '
39+ self . release = '3.10.13 '
3340 self . base_url = "https://docs.python.org/#{ self . version } /"
3441
3542 html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
You can’t perform that action at this time.
0 commit comments