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 abcf71f commit c1b8152Copy full SHA for c1b8152
lib/docs/scrapers/python.rb
@@ -27,6 +27,13 @@ class Python < UrlScraper
27
Licensed under the PSF License.
28
HTML
29
30
+ version '3.13' do
31
+ self.release = '3.13.0rc1'
32
+ self.base_url = "https://docs.python.org/#{self.version}/"
33
+
34
+ html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
35
+ end
36
37
version '3.12' do
38
self.release = '3.12.5'
39
self.base_url = "https://docs.python.org/#{self.version}/"
0 commit comments