We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5a8a5 commit 9290b58Copy full SHA for 9290b58
1 file changed
lib/docs/scrapers/python.rb
@@ -21,15 +21,22 @@ class Python < FileScraper
21
Licensed under the PSF License.
22
HTML
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
31
version '3.11' do
- self.release = '3.11.1'
32
+ self.release = '3.11.5'
33
self.base_url = "https://docs.python.org/#{self.version}/"
34
35
html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
36
end
37
38
version '3.10' do
- self.release = '3.10.9'
39
+ self.release = '3.10.13'
40
41
42
0 commit comments