Browse Source

Update Python documentation (3.14.0rc2)

Simon Legner 4 months ago
parent
commit
47913a4e4f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      lib/docs/scrapers/python.rb

+ 7 - 0
lib/docs/scrapers/python.rb

@@ -27,6 +27,13 @@ module Docs
       Licensed under the PSF License.
       Licensed under the PSF License.
     HTML
     HTML
 
 
+    version '3.14' do
+      self.release = '3.14.0rc2'
+      self.base_url = "https://docs.python.org/#{self.version}/"
+
+      html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
+    end
+
     version '3.13' do
     version '3.13' do
       self.release = '3.13.6'
       self.release = '3.13.6'
       self.base_url = "https://docs.python.org/#{self.version}/"
       self.base_url = "https://docs.python.org/#{self.version}/"