Browse Source

Update Python documentation (3.12.1)

Simon Legner 1 năm trước cách đây
mục cha
commit
4862e15775
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/docs/scrapers/python.rb

+ 2 - 2
lib/docs/scrapers/python.rb

@@ -28,14 +28,14 @@ module Docs
     HTML
 
     version '3.12' do
-      self.release = '3.12.0'
+      self.release = '3.12.1'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
     end
 
     version '3.11' do
-      self.release = '3.11.5'
+      self.release = '3.11.7'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'