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 1b374c7 commit 47913a4Copy full SHA for 47913a4
lib/docs/scrapers/python.rb
@@ -27,6 +27,13 @@ class Python < UrlScraper
27
Licensed under the PSF License.
28
HTML
29
30
+ version '3.14' do
31
+ self.release = '3.14.0rc2'
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.13' do
38
self.release = '3.13.6'
39
self.base_url = "https://docs.python.org/#{self.version}/"
0 commit comments