소스 검색

Update Python documentation (3.13.5)

Simon Legner 5 달 전
부모
커밋
0848782f67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/python.rb

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

@@ -28,7 +28,7 @@ module Docs
     HTML
 
     version '3.13' do
-      self.release = '3.13.2'
+      self.release = '3.13.5'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'