瀏覽代碼

Update Python documentation (3.13.0rc1)

Simon Legner 1 年之前
父節點
當前提交
c1b8152669
共有 1 個文件被更改,包括 7 次插入0 次删除
  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.
     HTML
 
+    version '3.13' do
+      self.release = '3.13.0rc1'
+      self.base_url = "https://docs.python.org/#{self.version}/"
+
+      html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
+    end
+
     version '3.12' do
       self.release = '3.12.5'
       self.base_url = "https://docs.python.org/#{self.version}/"