Просмотр исходного кода

Update Python documentation (3.13.5)

Simon Legner 5 месяцев назад
Родитель
Сommit
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'